ultdocs 0.1.1

(Experimental) Static site generator for API's, Postman and markdown documents
Documentation
# If collection_from_api is set to true, will get a collection from the Postman API using
# an api key and collection id
collection_from_api: false
postman_api_key: ""
collection_id: ""

# If collection_from_api is false will get a Postman collection from this path
collection_path: ./collections/example.json

# Backup the collection to a location, useful for saving collections
# That are retrieved remotely
backup_collection: false
backup_path: ./collections/example.json