26
top 24 comments
sorted by: hot top controversial new old
[-] TomasEkeli@programming.dev 5 points 12 hours ago
[-] Senal@programming.dev 38 points 2 days ago

TL;DR;

Why developers are abandoning Postman and its clones?

Enshittification

[-] thirdBreakfast@lemmy.world 4 points 1 day ago

Didn't read the article, but that's why I abandoned it.

[-] taco@anarchist.nexus 1 points 1 day ago

I don't remember making this comment, but it was my verbatim reaction, so I very well could have.

[-] slazer2au@lemmy.world 28 points 2 days ago

https://justuse.org/curl/

So much work and investigation into a tool that is a front end for something already on your system.

[-] amju_wolf@pawb.social 1 points 7 hours ago

That does not really work for DX... Or collaboration. Or testing. Or documentation.

[-] slazer2au@lemmy.world 1 points 6 hours ago

Na, that is you not reading the Frequently Asked Dumb Questions

Q: What about team collaboration?

A: It's a text file. Put it in Git. You know, that thing you should be using anyway? Now your requests have version control, code review, and diffs. For free. Revolutionary, I know.

Q: But Postman has testing and automation!

A: So does cURL in a shell script with || and && and actual programming languages. You want assertions? Pipe to grep or write a 3-line Python script. Done.

[-] Starfighter@discuss.tchncs.de 11 points 2 days ago

I just wish that they wrote more articles. Their writing style is superb. Can't argue with this though:

More coming soon. Or not. I don't owe you shit.

[-] onlinepersona@programming.dev 4 points 2 days ago* (last edited 1 day ago)

I feel like people who make these arguments in earnest are simply terrible at change and lack empathy. "Works for me, so I refuse to understand why it doesn't work for others". It's so conservative neckbeard and offputting.

[-] spartanatreyu@programming.dev 3 points 1 day ago* (last edited 1 day ago)

Yes and no.

There's a lot to be said about empathy, assumed knowledge/expertise, acquisition of knowledge/expertise, mentorship, deadlines, etc...

But on the other hand, there are psychological effects that result in people being truly blind to alternatives. It's not that they don't think the alternative is correct, or that they don't want to spend mental/emotional energy on learning an alternative. It's that they truly can't even consider that there is an alternative until they are explicitly told to use it. That website exists for those people.

[-] nikolasdimi@lemmy.world 15 points 2 days ago

Our team lives in Git, our communication is happening on slack, our docs written and maintained on confluence and after some time they always drift away from the actual requests inside Postman.

So we built and open sourced Voiden a few months ago: an API tool where all that: specs, tests, context and docs are always together in the same executable plain text file (markdown). We also made this Git native so that every change is versioned and tracked just like code.

The last change we have made is to add a Runner so that one can run the files directly from the terminal and CI/CD pipelines.

here is the tool: https://voiden.md/download repo: https://github.com/VoidenHQ/voiden

welcome to try and give feedback!

[-] bitfucker@programming.dev 1 points 14 hours ago

That is a nice tooling. Thanks for sharing and making it. Do you think it could support oRPC?

[-] MonkderVierte@lemmy.zip 1 points 1 day ago* (last edited 1 day ago)

Can we please stop that "here's how to install it on A - Z" before there's any decent description (if at all)?

I won't install it, before i know if it's useful to me.

[-] PlexSheep@infosec.pub 2 points 1 day ago

That looks pretty nice. The documentation said it fears me.

[-] nebeker@programming.dev 6 points 1 day ago

I’ve taken to writing .http files which are runnable on a number of IDEs and plugins. I don’t need to know what anybody else is using to run them, they live with the code and I’m happy.

That said, I’ve seen people on QA do really cool end-to-end tests at load via very approachable scripting on Postman.

There’s lots of room for “to each their own” here.

[-] galoisghost@aussie.zone 8 points 2 days ago
[-] jtrek@startrek.website 4 points 2 days ago

I started using bruno for lazy gui "make a request" needs.

But for anything serious python requests is right there, so I mostly used that for testing.

[-] jokro@feddit.org 4 points 2 days ago

Never had any use case for collaborating on requests, why do you use it?

[-] onlinepersona@programming.dev 3 points 2 days ago

When you explore an API in a team and would like to collaborate on that with somebody. If you've worked on any big tech API, with Oauth, and have secrets, writing a script for every request combination takes way too long. Simply pasting the URL and using the stored oauth token within the session is easy with a frontend. And it's reusable and sharable within your team.

[-] jokro@feddit.org 2 points 2 days ago

I see. Thanks!

[-] ulterno@programming.dev 0 points 1 day ago

I remember when postman used to bring little envelopes (sometimes little boxes) to people's homes and was paid by tax money and the small amount of postal fees we paid.

this post was submitted on 21 May 2026
26 points (86.1% liked)

Programming

26881 readers
174 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS