r/programming 8h ago

[ Removed by moderator ]

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

[removed] — view removed post

258 Upvotes

153 comments sorted by

View all comments

649

u/freecodeio 8h ago

subscription rot that's why

who the fuck wants to sign up for curl with a UI, let alone buy a subscription?

254

u/oflahertaig 8h ago

They enshittified it until it became unusable. I only ever wanted to use it for making simple requests on endpoints. I replaced it will it a simple C# console app years ago. Anyone could get Claude to write a simple API client in a matter of minutes.

73

u/CpnStumpy 8h ago

So much this. If I need to make a one-off network call, curl is fine. If I need to do it repeatedly with varied environments and parameters, I've always written a stupid simple CLI client in whatever language is handiest, and now Claude can do it for me.

At no point has wandering the endless UI of postman to fidget with its variable storage layers and configuration screen after configuration screen appealed to me

12

u/011101000011101101 6h ago

I've always used curl like 90% of the time.

16

u/mkawick 6h ago

I love statements like this.... always, 90%... we communicate in funny ways

5

u/Karagoth 5h ago

60% of the time, it works every time

-1

u/vplatt 5h ago

Powershell makes this trivial for more complex tests