Python Fastapi HTTP Endpoint Writing

Используй при реализации или правке обычных HTTP endpoint-ов на FastAPI: routers, внешних Pydantic request/response-моделей, path/query/header/cookie параметров, transport validation, caller identity, явных mappings в публичные application-входы и результаты, пагинации, идемпотентности и OpenAPI. Не применять для WebSocket/SSE, сборки API-процесса, application/domain-логики, Unit of Work и исходящих адаптеров.

Nemagu Updated

File contents

Nemagu/codex_skills/tree/main/implementation/python-fastapi-http-endpoint-writing commit 186f2f2bab

Frequently asked questions

npx skillmds@latest add nemagu/python-fastapi-http-endpoint-writing