DEV Community

Discussion on: Introduction to Postman REST client

Collapse
 
smontiel profile image
Salvador Montiel • Edited

Check out Insomnia app! I think is simpler than Postman.
insomnia.rest/

Collapse
 
harshitrathod profile image
Harshit rathod

I went through docs of insomnia and here is my conclusion.

  • There is no testing support are there so if I want to run some test I didn't find any simple way
  • Postman support runner which can take input from your csv or json files and send multiple requests and test response also. -- I am using this feature most as of the time to check how my api work under all possible of data combination

For simple use like request-response, I find insomnia helpful.
In the end, the best software is the software which you prefer :)