This is hilarious to me, after using the evil things for years . Of course, there are reasons to use the hated postman and companies (may they be forever cursed). And I plan to keep using them.
But many valid points are made
I love it that the page is designed to advertise multiple pieces of software but stopped at curl ^^
More coming soon. Or not. I don’t owe you shit.
ffmpeg is definitely also a candidate for this.
Wish I knew how to copy / paste a multi line in windows.
More coming soon. Or not. I don’t owe you shit.

The only point I can say is that editing text on the terminal isn’t as simple as a regular text field. And AFAIK the only way to write a query on a regular text editor would be to write it, save to file, run file…
Couldn’t you write in the text editor then copy/paste into terminal without saving? (Who needs documentation anyway)
I find that if your command is complex enough that editing it on the terminal becomes annoying, then there’s a very high chance you want it in a file anyways, just to document what you did and to allow easily re-running it.
Having said that, you can also have your shell open the command in your editor of choice: https://www.stefanjudis.com/today-i-learned/edit-long-shell-commands-in-your-usdeditor/
-H "Content-Type: application/json" -d '{"query": "{ users { name } }"}'? No. Why would you do that when you can just do--json '{"query": "{ users { name } }"}'. Yeah curl is awesome.If you’re trying to say that curl isn’t he best option for my mom, you’re totally right.
For developers, on he other hand…
I believe they are just pointing out a more concise cli option. No value judgment included as far as I can tell.
Yeah tbh I just thought the --json option was pretty neat - I hadn’t known about it until fairly recently
The entire rant is basically: ‘Why would you use a programming language, just write binary’. I hate these kinds of arguments because they go against the most basic principles of IT.
Do you consider Postman (and such) a programming language?
What’s the most basic principle of IT?
Maybe I didnt word it well. I didnt mean thats the literal message, I was just mocking the way gatekeeping elitist programmers talk. Just because you can do everything in command line, doesnt mean you dont need a UI for anything other than games.
Principles that Im referring to are e.g. abstraction and ‘divide and conquer’. IT exists to make things simple that would otherwise be hard (to put it simply). Why would you deliberately abstain from using an abstraction that makes API testing easier and faster?
Not saying Postman is good btw, but there are alternatives and command line is not one I would recommend to a sane person (maybe to someone that needs a way to feel superior and brag about being a hardcore programmer).
Principles that Im referring to are e.g. abstraction and ‘divide and conquer’. IT exists to make things simple that would otherwise be hard (to put it simply). Why would you deliberately abstain from using an abstraction that makes API testing easier and faster?
We’ve gone well past that now though and are back into making pointless and unnecessary complications to differentiate products so ‘new solutions’ can be sold managerial types.
Adding a service that needs to authenticate adds more steps and more complication. It’s not making the task easier.
Didn’t know cURL supports so many protocols
meh, use whatever the fuck you want
there, I can swear too
If you like having a postman like interface, I’ve been using Bruno, which is a local, de-enshittified clone of postman.
I’ve never thought about just using curl, but when I’ll finally migrate for good out of windows to Linux, I will try doing just that, see how that feels.
Bruno has telemetry users can’t opt out of: https://github.com/usebruno/bruno/issues/337
Which, IMO, is unacceptable.
Man, we just can’t win with these UI tools, I also thought Bruno was the solution. Only use it on my work machine so that’s why I guess I never noticed this. Thank you for sharing, time to go back to digging for better alternatives.
never noticed! will not recommend in the future. thanks for the heads up.
Its just a visit counter no personal data or application data is stored
I never knew it had telemetry, this fork of it I haven’t tried apparently doesn’t though: https://github.com/Its-treason/bruno
Bruno seems significantly less evil . . . for now
Bruno has telemetry users can’t opt out of: https://github.com/usebruno/bruno/issues/337
Which is misguided if not evil. Unnaceptable either way, IMO.






