Hacker News new | ask | show | jobs
by vishnugupta 1073 days ago
I like that they let me run same set of APIs against different environments.

Also I can stitch together different APIs by taking response from one API and pass it as request to other APIs. For instance I invoke login API, grab session ID from the response and pass it to other APIs which are behind login.

Of course one could do all of this in curl but it’ll be cumbersome. And yes, if all you want to do is invoke a single API then Postman is definitely an overkill.