Live data from Hacker News

Bruno: Fast and Git-friendly open-source API client (Postman alternative)

usebruno.com

351–360 of 444 posts

Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)

#351
Just discovered.

Perpetual license - nice. I do not buy software subscriptions for my development tools. Only perpetual. In cases like Postman - sure I'll take free version but I was holding off from doing anything serious with it.

All data local only - even nicer.

Ported couple of requests from Postman. All works.

Congrats. Unless I hit some stones during testing I will be buying license when available

Most likely Postman will go to trash bin very soon

Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)

#352

Hey everyone, this is Anoop - creator of Bruno. Happy to see Bruno at the top of HN! I will try to address some common questions in this comment. > Well based on historical experience with Postman and Insomnia most probably Bruno will go the same way once they get enough users hooked in. Especially once a VC gets into the fold. We will never take VC funding. We received around 10 inbound reach outs from VCs till date…

Great write up. Curious why you didn’t use xml for brulang since I think it would meet the requirements you set forth:

  - The need for multimaps to represent duplicate keys
  - The need for annotations to ascribe additional information about a key-value pair

Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)

#353

I really like IDEA's .http files [1] Very similar idea as Bruno: everything is configured in text, which I always find myself more productive in that full blown GUI where I need to tab from edit text to edit text to get anything don. [1] https://www.jetbrains.com/help/idea/http-client-in-product-c...

Ah, I didn't know that Jetbrains also supports them, as I've been using them with vscode with the extension https://marketplace.visualstudio.com/items?itemName=humao.re... and I am happy so far.

They are plaintext and can be easily diffed and they don't invent a totally new language.

The extension also supports somewhat esoteric features like client certificates, which I already needed.

So I'd be more interested in a comparison between bruno and .http than insomnia.

[edit: grammar & typo]

Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)

#354

Lately 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!

Imagine this cloud enshitification reaches everything else. You need a cloud account to curl or wget, use ffmpeg or simply sed lol

Crunch of capitalism. Anything that provides value can be turned into something that generates money. Not many people will walk away from money out of the goodness of their heart.

Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)

#355
post #329

Earlier quoted context omitted.

Logo is from openemoji: https://openmoji.org/library/emoji-1F436/ The real Bruno looks like the logo too :) https://www.usebruno.com/about

> The real Bruno looks like the logo too :) https://www.usebruno.com/about More places need a CJO!

agreed

Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)

#356
post #287

I find interesting on how on a startup related forum, anything related with not paying is always celebrated.

We have all been fucked over by VC management, especially from YC-funded product bloat and rot. Free means it will not get worse by the developers adding micro transactions and subscriptions.

Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)

#357
post #287

I find interesting on how on a startup related forum, anything related with not paying is always celebrated.

"Civilization advances by extending the number of operations we can perform without thinking about them."

Being non-free is a defect that can always be improved, best technology is always free and something you don't need to think to use.

Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)

#358
post #23

Can 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?

My use case (covered by postman but not Bruno) is to test a code base where unit testing is not available.

We have multiple environments with multiple parallel versions (think like dev/staging/prod and current/legacy), these deployments mostly have the same API with slightly different urls and credentials

We use multiple environments to easily switch between the various versions both for one-off operations (like a clear cache call that only needs to be called few times a year in response to external actions) and to manually test features.

I can see why not everybody would have this use case

Iirc Bruno does not have enough environment/variables/pre-post-request scripting support

Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)

#359

Hey everyone, this is Anoop - creator of Bruno. Happy to see Bruno at the top of HN! I will try to address some common questions in this comment. > Well based on historical experience with Postman and Insomnia most probably Bruno will go the same way once they get enough users hooked in. Especially once a VC gets into the fold. We will never take VC funding. We received around 10 inbound reach outs from VCs till date…

Is there anywhere you have a written explanation of some of the features, especially in the paid version (love a good perpetual fallback license!)

Its really not clear what features like:

- "Performance/Load Testing"

- "Load Data from File for Collection Run"

etc..., are since there is no mention of those in either an upcoming features page or documentation.

Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)

#360

Lately 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?

> With a custom tool like this it becomes a dead end with the data.

Not sure if you're referring to Postman or Bruno. The biggest purported benefit of Bruno over Postman is that it saves API request collection files in simple, human-readable text files that are designed to be committed to a source control repo and easily shared, in a way that's not particularly tied to the Bruno app.

The demo video explains in detail: https://youtu.be/b_ctmKlEOXg

Post reply on HN