Bruno: Fast and Git-friendly open-source API client (Postman alternative)
11–20 of 444 posts
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#12Layoff happened, and we didn't yet have our postman software in our list of services to remove employees from. This is not Postman's fault.
One person had "deleted" all his collections and workspaces after the layoff to clear his laptop of all things related to our company. After we got an email from Postman saying our workspaces were deleted, I removed the laid off users. Since I removed the laid off user, the "trash bin" associated with them was also deleted. Postman support restored all the collections but the "environment" was gone. Which was all of our QA test keys, etc...
Our Postman collections are still in shambles after that, and we don't have any employees to manage it anymore. While I totally don't hold Postman accountable - there is definitely a reason why "no-cloud" is a good way to go with these kinds of tools.
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#13Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#14Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#15I hope Bruno works better in that regard.
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#16Postman dug its own grave after selling out itself for VC money. The “File over app” philosophy is a direction that we should be supporting after the Post-ZIRP VC money world.
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#17Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#18I myself use Paw [0] because it's native to MacOS, but I'm a little bit worried for it's longevity as it being supported by a SaaS business. But so far it's been great to document API for my personal projects. [0]: https://paw.cloud/
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#19Very tempting! But, will there be a lifetime version/license? Would rather pay upfront instead of ending up potentially not really using it much for 2 years.
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#20- Open source
- Text files all the way down
- Easily understood DSL
- Easily distributed
- Easily versioned
- Fast
Download the executable, copy the two lines below into "first-test.hurl" and you're up and running.
GET http://localhost:3000
HTTP 200
I realize I'm fanboying a bit here, but Hurl really has been so helpful for our particular use case at wafris.org where we're trying to support a large number of different HTTP clients. We can just give an integration partner access to our hurl suite and they're good.