https://github.com/stpfeffer/postman-swagger
https://github.com/stpfeffer/postman-swagger
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/stpfeffer/postman-swagger
- Owner: StPfeffer
- Created: 2023-02-09T02:28:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T03:52:05.000Z (over 3 years ago)
- Last Synced: 2025-01-10T19:46:19.705Z (over 1 year ago)
- Language: Python
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Postman to Swagger
This is a simple Python script aimed at transforming a Postman
documentation (previously exported as a JSON file) to another JSON file,
containing all the keys and values needed to turn it into a YAML file
ready to be a Swagger documentation
P.S.: I know the code for reading the json file is extremely poor and ugly, but i wanted this to work in a specific case and now I'm refactoring this, but i don't have so much time rn... but it's in progress!