This section provides an overview of what postman is, and why a developer might want to use it.
It should also mention any large subjects within postman, and link out to the related topics. Since the Documentation for postman is new, you may need to create initial versions of those related topics.
What is Postman?
Postman is an API Development Environment that helps people to build, test, document, monitor and publish documentation for their APIs.
Writing tests. The test scripts can run pre-request, after a response has been received, and can have looping and branching concepts.
The concept of variables to set and get. As well as globals environment variables.
Test Automation using Collection Runs. The collections can also be exported and run in the command line using Newman as part of your build process.
You can also schedule tests to be run in an automated fashion by using Postman Monitors.
A way to auto-generate and customize your API documentation directly from your collections. It can be private, shared with your team, public and can also be set-up on your custom domain.