Glossary coding Term Page

api/deps

A collection of FastAPI `Depends` helpers—sessions

api-deps #coding#fastapi
Korean version

Related Concepts

Core Idea

api/deps is A collection of FastAPI Depends helpers—sessions, current user, etc.—that every router can reuse. It usually makes the most sense alongside Mini service, core/config, Lifespan event.

Why It Matters Here

Mathbong reuses this term across fastapi posts as shared vocabulary.

Posts Mentioning This Concept