Thursday, 11 June 2020

Postman

Postman 


What is Postman?


Postman is a popular API client that makes it easy for developers to create, share, test and document APIs. This is done by allowing users to create and save simple and complex HTTP/s requests, as well as read their responses. The result - more efficient and less tedious work.

Available as 

* Chrome extension :    https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=enor 

*Desktop App for Windows, Linux and Mac : https://www.getpostman.com/apps

No comments:

Post a Comment

Triggering a Microsoft Flow using a Webpage or HTTP GET Request

  There are several use cases where you may want to run a Microsoft Flow from a web page or sending an HTTP GET request. Let’s do this. We w...