this post was submitted on 05 Mar 2026
175 points (95.3% liked)

Programmer Humor

30222 readers
342 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

Postman teams plan no longer free.

top 23 comments
sorted by: hot top controversial new old
[–] olafurp@lemmy.world 1 points 8 hours ago

My coworker added issuer and validate issuer in the same PR

[–] NostraDavid@programming.dev 3 points 18 hours ago

Just use curl

[–] RustyNova@lemmy.world 103 points 2 days ago (3 children)
[–] HumbleBragger@piefed.social 13 points 2 days ago (1 children)
[–] RustyNova@lemmy.world 8 points 2 days ago (1 children)

Sadly is the only article on there

[–] Quicky@piefed.social 18 points 2 days ago (1 children)
[–] RustyNova@lemmy.world 3 points 1 day ago

Yeah he doesn't.

... But he still should, if he knows what's best for him

[–] trxxruraxvr@lemmy.world 19 points 2 days ago

And for a multi-step flow put it in a shell script

[–] expr@piefed.social 3 points 2 days ago

I really should link people to this site more often. The author is 100% correct.

[–] lornosaj@lemmy.world 42 points 2 days ago (2 children)

Can it be done in Bruno? Postman went to shit in the last few years with cloud/AI integrations.

[–] bananabread@lemmy.zip 14 points 2 days ago (1 children)
[–] one_old_coder@piefed.social 11 points 2 days ago (2 children)

Didnt Bruno lied and added a subscription too?

I use Posting, great TUI.

[–] PmMeFrogMemes@lemmy.world 3 points 1 day ago

Yeah it's not fully open source. Sadly there are paid features now.

[–] bananabread@lemmy.zip 3 points 2 days ago

Bruno projects can be used with git easliy without leaking your credentials :)

[–] nikolasdimi@lemmy.world 6 points 2 days ago* (last edited 2 days ago)

yes it can. you can use voiden.md as well - also open source, plain text, markdown all the way and also keeps collaboration in git.

[–] jtrek@startrek.website 13 points 2 days ago (1 children)

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.

I saw a job posting the other day that had a hard requirement of 7+ years of experience with a specific IDE. It was phrased as an absolute must have.

That's how you know an organization is totally clueless. TBF, not all IDE's are created equal but it would be kind of like a construction foreman refusing to hire a anyone who didn't have 7+ years of experience with DeWalt power tools.

[–] grue@lemmy.world 11 points 2 days ago

MFW I go to recommend Insomnia instead, then realize that it's apparently enshittified with "create an account" bullshit too.

[–] kibiz0r@midwest.social 8 points 2 days ago
[–] truthfultemporarily@feddit.org 10 points 2 days ago

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.

[–] nikolasdimi@lemmy.world 5 points 2 days ago

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.

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

Ran into this at work too. They just nixed the free group tier. I hope here are opensource alternatives we can pay for.

[–] wdx@feddit.org 1 points 1 day ago

our team uses Bruno. We have nothing to complain about. And each request being a simple text file you can check into git is also really great.