A lighting talk about OpenAPI
Requirements for the tools used:
- docker
- python 3.x with a virtualenv
Install the requirements (inside a virtualenv):
make install
Validate the schema:
make validate-schema
Show the apistar documentation of the petstore:
make docs-apistar
The same petstore documentation with a redoc frontend:
make docs-redoc
Generate a flask stub with the openapi-generator docker image:
make openapi-generate-flask