Bruno: Fast and Git-friendly open-source API client (Postman alternative)
51–60 of 444 posts
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#52Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#53I wanted to use hurl (https://hurl.dev/), but Bruno's UI seems to be useful while developing the tests... Has someone tried both ? Which is better for automated testing, including when the response type is html and not json?
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#54Earlier quoted context omitted.
It makes no sense in the first place for such a tool to even need a login functionality and cloud saves... What's really needed to store information about a few http requests? Maybe a few kilobytes. I never understood it and I particularly don't understand how any company could fall for that. If they instead invested in teaching their engineers how to use curl even that would have paid off more.
The benefit of using postman is that you can open the app, see your (shared) collections, easily change the params and hit send. Can curl be used like that?
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#55Thank you. As soon as Postman asked for a login I uninstalled it and have been curling from text files ever since. My younger coworkers won't drop Postman though. Maybe this will help them switch.
The irony that I switched to Insomnia after Postman started demanding a login... and now I've been actively looking for alternatives (Bruno being on the list) now that Insomnia has done the same thing.
Especially once a VC gets into the fold.
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#56Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#57Thank you. As soon as Postman asked for a login I uninstalled it and have been curling from text files ever since. My younger coworkers won't drop Postman though. Maybe this will help them switch.
Not to mention, that bru syntax looks really nice.
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#58Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#59Can 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?
Of course you could also just check in to version control these requests as curl commands, so if your team has the technical knowhow, that's about almost the same.
Or even better, you write some tests in your language to make these requests, then you have an integration test, too.
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#60Thank you. As soon as Postman asked for a login I uninstalled it and have been curling from text files ever since. My younger coworkers won't drop Postman though. Maybe this will help them switch.
Depending on which project I'm working on (and customer), I'll be using different tools to run em.
But to show you an easy example to follow, you could check out this jetbrains cli tool https://blog.jetbrains.com/idea/2022/12/http-client-cli-run-...