Member-only story
The hidden gem: Postman API and Documentation feature
its easier than you would expect to create a project collection…
Postman API Feature:
you can create collection , mock servers, documentation in click of a button by using postman API definition feature.
Lets see how to do it!!
- Get the API definition:
postman supports following API definitions:
so what is API definitions ?
API definitions, or API specifications or description formats (all are the same) defines your API . It is like a live documentation on what is available, what it can do , what is supported etc . In short a comprehensive live documentation that can help consumers understand what your API can do.
in summary:
- Help internal folks understand the API and agree on its attributes
- Help external folks understand the API and what it can do
- Act as live documentation on what all endpoints are available, what methods are supported, what attributes are expected etc.