Postman alternatives?

prwnr@programming.dev to Programming@programming.dev – 118 points –

I would like to hear if any of you are using different app for API testing than Postman.

I’m not telling that Postman is bad, but maybe there’s all that I should check out. Recently I tried RapidApi and even tho the app is kinda cool I missed few options and went back to Postman for now.

101

You are viewing a single comment

Yeah it's called curl lol

No joke, I use curlie, .curlrc and a bunch of scripts

can you elaborate a bit on that ? I've only used curl from cli and never used .curlrc. and what's curlie ?

Curlie is a wrapper on curl that makes more ergonomic to use. I set path to cookie jar in .curlrc. I sync cookies from the browser.