Postman

How to use POSTMAN Application

A quick introduction on how to use postman

Chirag S P
REST APIs being the gold standard in the industry these days , every application uses REST APIs. So how to do you test it? You can use the browser to call the API and use an extension like JSONViewer to see the returned JSON response. If the returned data is in XML, we need another extension. Quickly you’ll realize you need a complete set of tools to test REST APIs.