Description
FastAPI is a high-performing web framework used to build APIs in Python3. It's really fast and based on the OpenAPI standard, which means - tada! No more manual swagger generation and validation!
In this talk, we'll go over some code snippets that involve:
- creating simple endpoints with path and query parameters
- creating response body models based on Pydantic
- logging
- handling simple errors
- generated swagger
Talk code+contents here!