Live data from Hacker News

Tell HN: Postman update removes all your stuff if you refuse to create account

news.ycombinator.com

131–140 of 181 posts

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#131
I'm surprised OpenAPI/Swagger hasn't been suggested. Define either as yaml or inline JsDoc comments if you're working in js/ts. I thought it was more popular than postman but I must be living in a bubble.

Local, open source, versioned and can serve as interactive documentation for users. Never tried it personally but it can even generate code from the specs.

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#132
post #99

Earlier quoted context omitted.

i really like httpie, i didn't know they had an application coming out. This is good stuff.

The GUI is not under an open source license.

I wonder what it is about API client GUIs that warrants such cut-throat competition and practices..

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#133
post #60

Am I crazy for using curl and editing the shell cmdline with vim when I need to work with lots of headers?

No, but unless portability is a concern or you're massively familiar with curl, you might want to consider xh. It's much more intuitive. https://github.com/ducaale/xh

xh is based on HTTPie CLI, which I would recommend over xh since it has better docs and more features.

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#134
You can give a try to Hurl [1], a CLI open source tool, based on plain text and curl. It allows you to run and test Rest/SOAP/GraphQL APIs (I'm one of the maintainer).

There is no GUI, so Hurl is not a drop-in Postman replacement, but it has nice features: it can be easily integrated in CI/CD, it's fast and it's powered by curl!

A detail: Hurl is given to the community by Orange, a French telco. Orange is not in the dev business, so it should remain free, open source, analytics free for a long time. In any case, you can easily convert Hurl files to JSON [2] in order to switch to another tool or not being trapped in a single provider...

[1]: https://hurl.dev

[2]: https://hurl.dev/docs/frequently-asked-questions.html#how-ca...

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#135

As one of the creators, I can recommmend https://kreya.app . It is not open source (like Postman), but has a strong focus on privacy and also stores the data locally. As it has more powerful features (IMO) than most alternatives listed here, I am a little disappointed that it isn't mentioned more often.

Any chance this can be made available via homebrew? Also, are there telemetry settings I can configure? I frequently work in HIPAA and DoD environments, so the less telemetry tools send the happier those sysadmins are.

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#137

Earlier quoted context omitted.

Postman did it first, unless I'm missing something.

yep, Insomnia was the alternative to Postman, now the cycle continues...

Which is kinda interesting, in that I know folks who started using Insomnia because postman started enshittification first...

Sad Insomnia made it a race

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#138
Try Bruno - https://github.com/usebruno/bruno

- Free and Opensource IDE for exploring and testing APIs

- It is lightweight with MIT license

- Bruno stores your collections directly in a folder on your filesystem

- Use git for collaboration

- No cloud sync. Fully offline.

PS: I am the creator of this project

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#139

Try Bruno - https://github.com/usebruno/bruno - Free and Opensource IDE for exploring and testing APIs - It is lightweight with MIT license - Bruno stores your collections directly in a folder on your filesystem - Use git for collaboration - No cloud sync. Fully offline. PS: I am the creator of this project

It's like the Netflix series Dark. It's a cycle.

Start API Client

Traction

VC Funding

Bloatware

Deprecate Scratchpad

Delete Scratchpad

Bruno will put an end to this. Honestly, I don't care if I end up making little money from Bruno. This shit has to stop. An API Client need not be VC funded.

It's been a decade now. 10yrs.

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#140
I can’t stand Postman, it’s just clunky in a distinctive Electron-powered way I can’t explain. I don’t get this new wave of dev tools that try to bypass programming but feel more complicated than just programming. The environment variable setting is weird, doesn’t handle /r/n without a plugin.

Anytime I want to automate or do something slightly more complex than run a request it becomes a homework assignment.

I’d much rather just use Python and work up a small library. Everyone has their own preferences in the end and it’s much less painful doing it my own way.

Post reply on HN