Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 863 Bytes

README.md

File metadata and controls

47 lines (35 loc) · 863 Bytes

lightning-talk-4d-openapi

A lighting talk about OpenAPI

Usage

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

Links of tools used in the talk

Other interesting links