/Flask-OpenAPI

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

Primary LanguagePythonMIT LicenseMIT

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