https://github.com/johanste/swapiview
Create description of openapi 2.0 documents that can be consumed by API view (internal tool)
https://github.com/johanste/swapiview
Last synced: about 2 months ago
JSON representation
Create description of openapi 2.0 documents that can be consumed by API view (internal tool)
- Host: GitHub
- URL: https://github.com/johanste/swapiview
- Owner: johanste
- Created: 2020-01-29T02:09:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T00:42:21.000Z (about 6 years ago)
- Last Synced: 2025-01-16T14:30:06.110Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swapiview
Create description of openapi 2.0 documents that can be consumed by API view (internal tool)
Please note that this is a) an internal tool and b) a prototype at the moment.
Requires Python 3.7+
Usage:
```shell
python apiserializer.py {file to analyze} > out.json
```
There is a lot of debug printouts to standard error at the moment.