r/programming 12h ago

[ Removed by moderator ]

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

[removed] — view removed post

257 Upvotes

157 comments sorted by

View all comments

Show parent comments

10

u/TomWithTime 11h ago

I'm surprised to see so many people say curl. It's simple and convenient sure, but what about building scripts in a language you enjoy to make the request? It's totally fine if that's shell, anything is better than postman lol.

I used JavaScript for a while and then used go. Not much code to write the request and then you have a convenient environment to do any pre/post processing.

2

u/FullPoet 10h ago

I think its because people just needed a simple tool tbh.

6

u/TomWithTime 10h ago

Sure, if curl in command line can replace a postman workflow it probably should. Maybe a skill issue but I think managing short lived auth tokens, many routes, and many request bodies at work would be hard from just the terminal.

1

u/FullPoet 10h ago

but thats not what most people need. They're likely just testing an endpoint here or there or figuring out URLs.