Skip to content

Imports the latest version of `swagger.json` and update the respective Postman collection using Python.

Notifications You must be signed in to change notification settings

Daryl0101/update-postman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update Postman Collection

Imports the latest version of swagger.json and update the respective Postman collection using Python.

To get things started:

  1. Make sure you have Python 3.10 & npm installed.
  2. Pull this repo.
  3. Create a venv virtual environment.
  4. Install openapi2postmanv2 globally using $ npm i -g openapi-to-postmanv2 command to use it in the CLI.
  5. Install dependencies in requirements.txt file.
  6. Edit your secrets in the .env file.
  7. Add new environments in the global_data.py file. [optional]
  8. Execute main.py.

About

Imports the latest version of `swagger.json` and update the respective Postman collection using Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages