This Python2 project works with API collections in Postman to automaticly genrate Python and Node.js API libaries. To uses this project configure the config.yaml with your information and excute postman_api.py
Please note that this project uses:
import yaml
import os
import sys
import datetime
import requests
import json
import unicodedata
Add Python Postman description override
Add Auto documentation for Node and JS