thedevsaddam / docgen

Transform your postman collection to HTML/Markdown documentation
MIT License
967 stars 134 forks source link

Feature Request: environment variables #31

Closed gang83211 closed 4 years ago

gang83211 commented 4 years ago

Postman can use {{ }} to set environment variables, For example: I can turn {{url}}/dosomethingapi into https://example.domain/dosomethingapi, But the current version does not support this feature, I hope to add this feature, it can use docgen build -i input-postman-collection.json -o ~/Downloads/doc.html -e ~/Downloads/postman_environment.json

thedevsaddam commented 4 years ago

Environment variables support implemented in #33