FastAPI Got Me an OpenAPI Spec Really... Fast
Readers of my publications are likely familiar with the idea of employing an API First approach to developing microservices. Countless times I have realized the benefits of describing the anticipated URIs and underlying object models before any devel...
johnjvester.hashnode.dev9 min read
Christian Ledermann
Pythonista
FastAPI works really well with schemathesis to test your API (github.com/cleder/book-request as an example)