"The Postman API allows you to programmatically access data stored in Postman account with ease.
The easiest way to get started with the API is to click the Run in Postman button present at the top of the documentation page and use the Postman App to send requests."
source: https://docs.api.getpostman.com/
This module in python allows the interaction with Postman API rest, abstracting the requests via HTTP.
You can use the Postman Python client library to interact with Postman API. Follow the instructions on this page to get started.
- python3
- requests (module)
- Postman account with KEY access API
from PostmanAPI import *
python3 Sample.py
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE.md file for details