Earlier quoted context omitted.
If you use IntelliJ based products, the builtin HTTP Client is awesome. https://www.jetbrains.com/help/idea/http-client-in-product-c...
If you use computers, Curl is awesome. https://curl.se/
Bruno: Fast and Git-friendly open-source API client (Postman alternative)
291–300 of 444 posts
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#292Good to see some more open source competition in this space. SoapUI had most of those features some 15 years ago. I never understood why Postman became so popular, my current team even throws money at them.
Basically because of "blah but it is Java!" kind of argument. SoapUI is great.
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#293I find interesting on how on a startup related forum, anything related with not paying is always celebrated.
I think in cases like postman, people don’t like when features they previously had used for free suddenly comes with a price tag; rather than innovate and create new value that is worth paying for, some companies are opting to take away features user previously had. Yes, they own/control the software and want to make money , which fine, but they created a dissatisfying user experience as they tried to coercively move users into their cloud offering, wether they wanted to or not, and regardless if it provided user value. After they did that, they shouldn’t be surprise a portion of their user base decide to ditch the product and complain about the experience. This is compounded by the fact that they leveraged the contributions of an open source community, and at the same time there are other options freely available that aren’t locked into a proprietary cloud login.
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#294Lately Postman suddenly required creating an account to their cloud, to use my five different rest requests from scratchpad. I got annoyed so bad that deleted that piece of cr*p immediately. Never looking back. Then I found Bruno and fell in love. Thanks for the great work!
Can't say I really miss it. I personally prefer just using a jupyter notebook for these kinds of tasks. With a custom tool like this it becomes a dead end with the data. Maybe you want to decode it if it is on a binary format. Or you want to plot some basic stats?
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#295I find interesting on how on a startup related forum, anything related with not paying is always celebrated.
Productivity tools better to be lean, simple, free & open source in some cases. This is one of those.
Of course, you can keep throwing money at bulky software continuously making things slower and more complicated, just because you never have to worry about money thanks to the VC money. I’m old enough to not buy that this is how startups operate in general though.
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#296Lately Postman suddenly required creating an account to their cloud, to use my five different rest requests from scratchpad. I got annoyed so bad that deleted that piece of cr*p immediately. Never looking back. Then I found Bruno and fell in love. Thanks for the great work!
We used Postman but it got forbidden in our org for that reason, so no more. Can't say I really miss it. I personally prefer just using a jupyter notebook for these kinds of tasks. With a custom tool like this it becomes a dead end with the data. Maybe you want to decode it if it is on a binary format. Or you want to plot some basic stats?
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#297It may already be the case but it's not clear. If Bruno supported importing Postman collections it would be an easy decision moving across
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#298I 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/
I’m envy? I’m hoping for a native GUI application for Linux. Electron looks ugly, it doesn’t integrate, fails to handle HiDPI usually, in best case it eats a ridiculous amount of memory (factor 5x compared to native) and in worst case it has security issues due to Blink and lot of JS. Electron is Flash for the Desktop.
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#299I find interesting on how on a startup related forum, anything related with not paying is always celebrated.
"I know developers never pay, but why?"
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#300Can someone explain what Postman or Bruno is for? I know it's something for interacting with apis but why would i use it. I interact with apis a lot with curl or wrapper in my languages but never really needed something else?
Sometimes, you have to find out how an API works, exactly. Sometimes you want to test your own APIs in ways the regular clients do not allow.