BrianWGray / docs-from-POSTMAN

Python script which generates docs from POSTMAN collection url

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%