Cheatsheets for FastAPI. Pair with the FastAPI textbook for depth.
FastAPI Cheatsheet 01 — Routing, Path Operations, and Routers
Cheatsheet: GET/POST/etc decorators, path/query/body/header/cookie/form/file params, APIRouter, prefixes, dependencies on routers, and url_path_for.