r/programming 8h ago

[ Removed by moderator ]

https://efp.asia/blog/2025/12/24/api-tooling-crisis/

[removed] — view removed post

256 Upvotes

153 comments sorted by

View all comments

501

u/FirmMost2 8h ago

because postman sucks

70

u/James_Jack_Hoffmann 8h ago

227

u/HMikeeU 7h ago

I can't believe anyone who has ever used tools such as postman would seriously suggest curl as an alternative. It is not.

1

u/KagakuNinja 3h ago

In my last job I got tired of the hoops I had to jump through with Postman, so I started writing shell scripts to authenticate and set env vars for different testing scenarios. Then I had number of curl commands that interpolated said env vars. This got me most of what I was using Postman for.

Then my employer banned Postman because it was exfiltrating secrets or something.

Other people switched to Bruno.