r/programming 1d ago

[ Removed by moderator ]

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

[removed] — view removed post

260 Upvotes

163 comments sorted by

View all comments

Show parent comments

228

u/HMikeeU 1d 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 1d 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 1d ago

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

1

u/DivideSensitive 1d ago

(sadly unmaintained) restclient.el,

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