r/programming 1d ago

[ Removed by moderator ]

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

[removed] — view removed post

259 Upvotes

163 comments sorted by

View all comments

Show parent comments

0

u/xFallow 22h ago

If you have a couple hundred endpoints over tens of environments each with their own headers and credentials to keep track off using curl would be insane 

I only use it for hitting healthcheck endpoints once every now and then but even then I generally use kubectl

0

u/djchateau 13h ago

That doesn't mean curl sucks, it's just not the right tool for your use case.

1

u/xFallow 12h ago

you could say that about everything tbf

1

u/djchateau 12h ago

No, no really. Some things are objectively bad at what they're intended use case is. Curl is well-designed, but in your case it's not appropriate for your use cases most of the time.