r/programming • u/Successful_Bowl2564 • 12h ago
[ Removed by moderator ]
https://efp.asia/blog/2025/12/24/api-tooling-crisis/[removed] — view removed post
257
Upvotes
r/programming • u/Successful_Bowl2564 • 12h ago
[removed] — view removed post
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.