Building robust APIs
Nejc Zupan
This talk will showcase how to use pyramid_openapi3 for building robust RESTful APIs. With only a few lines of code you get automatic validation of requests and responses against an OpenAPI v3 schema. You also get automatically generated “try-it-out” style documentation for your API.
It is a nice walkthrough of pyramid_openapi3. With a defense of design decisions and a few tales from the battleground.