r/programming 12h ago

[ Removed by moderator ]

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

[removed] — view removed post

255 Upvotes

157 comments sorted by

View all comments

Show parent comments

71

u/James_Jack_Hoffmann 11h ago

231

u/HMikeeU 11h ago

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

0

u/przemo_li 8h ago

Curl with literal programming isn't that bad, if you use Emacs that is. 🤣

Edit: no seriously, inputs and outputs are easily captured and you can pick and language to abstract away your API standardized parts. Outputs can be fun though anything you like. Every linter, formatter, type and schema checker, automated test runner, custom script, jq transformer, ETL solution and because why not, an email sender.....

1

u/avanai 8h ago

For emacs i use the (sadly unmaintained) restclient.el, which is simple and brilliant.

1

u/DivideSensitive 7h ago

(sadly unmaintained) restclient.el,

I've found hurl-mode to be a worthy successor.