Postman API Client
Generate API Client (Postman)¶
Summary¶
This tutorial will explain how to generate an API client in Postman using an API definition.
Note
A powerful GUI platform to make your API development faster & easier, from building API requests through testing, documentation and sharing.
Install Postman¶
Go to https://www.getpostman.com/ and follow the directions for installing Postman on your local computer.
Generate Client¶
- Launch Postman
- Click
import
button at the top on the left hand side of the Postman application. - Click
Choose Files
and navigate to the filetask-tracker-api.yaml
.
You should now see a Collection named Issue Tracker
in the list.
To learn more about Postman, you can read the Postman Docs .