https://github.com/vastevenson/flask-swagger-docs-vs-demo
https://github.com/vastevenson/flask-swagger-docs-vs-demo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vastevenson/flask-swagger-docs-vs-demo
- Owner: vastevenson
- Created: 2023-01-27T01:04:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T01:05:51.000Z (about 2 years ago)
- Last Synced: 2024-08-14T07:08:55.466Z (8 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- jimsghstars - vastevenson/flask-swagger-docs-vs-demo - (Python)
README
### Adding Swagger Docs to Existing Flask App
Swagger lets you create an interactive docs route for your flask app. You reference a swagger.json file that follows the OpenAPI spec and Swagger handles the front end to make the documentation for your service more engaging and interactive.