Postman Strikes Again
2026-03-05 06:34 UTC
Replies (10)
-
@lornosaj@lemmy.world 2026-03-05 06:54
Can it be done in Bruno? Postman went to shit in the last few years with cloud/AI integrations.
-
@nikolasdimi@lemmy.world 2026-03-05 07:22
collaboration is already happening on git - so API clients that allow this are a good solution: voiden.md, yaak and others are doing this as well.
-
@RustyNova@lemmy.world 2026-03-05 07:25
Guess what? Just use curl
-
@truthfultemporarily@feddit.org 2026-03-05 07:35
I once used that thing and couldn’t figure out why I got errors. After hours I realize postman was sending headers you didn’t specifically configure and that caused it to fail.
-
@onlinepersona@programming.dev 2026-03-05 08:05
Ran into this at work too. They just nixed the free group tier.
-
@grue@lemmy.world 2026-03-05 12:28
MFW I go to recommend Insomnia instead, then realize that it’s apparently enshittified with “create an account” bullshit too.
-
@kibiz0r@midwest.social 2026-03-05 14:18
Use posting
-
@NostraDavid@programming.dev 2026-03-06 20:41
Just use curl
-
@olafurp@lemmy.world 2026-03-07 06:32
My coworker added issuer and validate issuer in the same PR
-
@jtrek@startrek.website 2026-03-05 14:28
I dislike postman. I see job postings that are like "MUST KNOW POSTMAN". Fuck, people should know how to make API requests but postman isn't the only tool for that. Furthermore, if I'm doing automated tests to run on PR I'm not going to use a GUI. Pytest or jest or whatever testing library your language has. I did use Bruno for a while for convenience during local development, though.