Earlier quoted context omitted.
If you use VS Code REST Client is awesome https://github.com/Huachao/vscode-restclient
If you use IntelliJ based products, the builtin HTTP Client is awesome. https://www.jetbrains.com/help/idea/http-client-in-product-c...
Bruno: Fast and Git-friendly open-source API client (Postman alternative)
401–410 of 444 posts
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#402Can someone help me understand what is meant by this API can be mapped to folders & files comment.
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#403Interesting talk about Bruno by the founder about Bruno! Includes its naming origin (very nice btw), the philosophy, a brief demo and overview of the architecture, with a couple of interesting surprises at the end. Is a good watch!
Keep up the great work!
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#404Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#405Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#406Earlier quoted context omitted.
For me, I had a project full of test cases in Postman and one day I was connected to the internet it phoned home to update. After the update it said I needed an account (okay, use work email no big deal) after logging in it said all my test cases and collections were gone. From there it was shell scripts with curl for me.
You may be able to replace some of your curl+shell with Hurl — https://hurl.dev/#also-an-http-test-tool .
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#407Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#408Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#409Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#410Yes,Bruno is far better than Postman in terms of many aspects. One of them being the non-usage of third party proprietary server. It provides more security and more control over data.