Glossary coding Term Page
Swagger/OpenAPI
FastAPI emits an OpenAPI spec automatically
Core Idea
Swagger/OpenAPI is FastAPI emits an OpenAPI spec automatically, and Swagger UI lets you open /docs in the browser to try each route and read the schema. It usually makes the most sense alongside FastAPI, HTTP API, uvicorn.
Why It Matters Here
Mathbong reuses this term across fastapi posts as shared vocabulary.