DEV Community

Discussion on: Testing your API with REST Client

Collapse
 
chiangs profile image
Stephen Chiang • Edited

Insomnia also allows for assigning variables for each environment, really helps with having to update a whole set of requests or when an auth token is required.

The one thing postman does that is nice is the auto generation of documentation, but if you're using .net back end you can do that too with swagger UI.