mapattacker / Flask-OpenAPI

example of flask validation & generation of openapi docs using connexion and flask-pydantic-spec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-OpenAPI

Example of Flask with an OpenAPI ymal documentation using connexion. The Swagger UI docs can be access from the endpoint /ui.

See how to write an OpenAPI docs from the official site.

Other Examples

  • request-response validation with pydantic
    • branch flask-pydantic-spec-nodocs
  • auto openapi docs generation (without yaml file), using flask-pydantic-spec
    • branch flask-pydantic-spec

About

example of flask validation & generation of openapi docs using connexion and flask-pydantic-spec

License:MIT License


Languages

Language:Python 100.0%