Skip to content

Python script which generates docs from POSTMAN collection url

Notifications You must be signed in to change notification settings

Avinash-Raj/docs-from-POSTMAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

docs-from-POSTMAN

Python script which generates docs from POSTMAN collection url

How to run?

  1. Create a folder doc and place it where you likes (mostly inside the project's root folder). And also place docs.py file inside the doc folder.
  2. From inside the doc folder, run the below command. It automatically create doc files for you :-)
python docs.py postman_collection_url

Example:

  1. Clone this repository.
  2. Move to the cloned directory from terminal.
  3. Run the below command, it would generate 4 doc files. :-)
python docs.py https://www.getpostman.com/collections/9b3bf6b5d5ff087bdb1d

Screenshot:

Generated doc

About

Python script which generates docs from POSTMAN collection url

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages