Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

50 lines (28 loc) · 1.11 KB

Postman API Python

"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.


Getting Started

You can use the Postman Python client library to interact with Postman API. Follow the instructions on this page to get started.

Requirements

  • python3
  • requests (module)
  • Postman account with KEY access API

Using module

from PostmanAPI import *

Running the tests

python3 Sample.py

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

License

This project is licensed under the MIT License - see the LICENSE.md file for details