Glossary coding Term Page
HTTP API
a request/response conversation between programs
Core Idea
HTTP API is a request/response conversation between programs; imagine a to-do app syncing tasks through GET and POST calls instead of a browser screen. It usually makes the most sense alongside FastAPI, Swagger/OpenAPI, uvicorn.
Why It Matters Here
Mathbong reuses this term across fastapi posts as shared vocabulary.