rochacbruno/flasgger

flasgger, Flasgger, на сайте с December 17, 2022 19:09
Easy OpenAPI specs and Swagger UI for your Flask API. Flasgger is a Flask extension to extract OpenAPI-Specification from all Flask views registered in your API. Flasgger also comes with SwaggerUI embedded so you can access http://localhost:5000/apidocs and visualize and interact with your API resources. Flasgger also provides validation of the incoming data, using the same specification it can validates if the data received as as a POST, PUT, PATCH is valid against the schema defined using