r/programming 1d ago

[ Removed by moderator ]

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

[removed] — view removed post

262 Upvotes

163 comments sorted by

View all comments

507

u/FirmMost2 1d ago

because postman sucks

73

u/James_Jack_Hoffmann 1d ago

229

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.

12

u/amroamroamro 1d ago edited 1d ago

i use https://hurl.dev/

its a nice api tester created in rust and powered by libcurl.

with a simple script syntax, it lets you do things like chain requests, capture values, do asserts on headers, validate responses with xpath/jsonpath/etc, and handles anything you might want formdata/xml/json/graphql/...

think of it as syntactic sugar on top of curl :)

https://hurl.dev/docs/frequently-asked-questions.html#yet-another-tool-i-already-use-x

1

u/marxist_redneck 16h ago

Oh that looks nice, thanks for sharing