Glossary coding Term Page

Swagger/OpenAPI

FastAPI emits an OpenAPI spec automatically

swagger-openapi #coding#fastapi
Korean version

Related Concepts

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.

Posts Mentioning This Concept