We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Building robust APIs

Formal Metadata

Title
Building robust APIs
Title of Series
Number of Parts
50
Author
License
CC Attribution 3.0 Germany:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production Year2019

Content Metadata

Subject Area
Genre
Abstract
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.