Postman alternatives?

prwnr@programming.dev to Programming@programming.dev – 119 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.

102

You are viewing a single comment

Insomnia, or if you really love the command line and dont need to document or save your API requests, curl (don't recommend this for anything beyond simple testing).

If you like the command line but want something more user friendly than curl, I suggest httpie.

Oh this looks interesting. I will definitely give it a shot.