API Route Design

Use when designing RESTful API endpoints in FastAPI or Python projects. Triggers for: creating GET/POST/PUT/DELETE endpoints, request validation with Pydantic, response formatting with JSON schemas, status code selection, pagination, filtering, or sorting parameters. NOT for: GraphQL APIs, WebSocket handlers, or non-RESTful endpoints.

aiskillstore Updated

File contents

aiskillstore/marketplace commit 6a669ada93

Frequently asked questions

npx skillmds@latest add aiskillstore/api-route-design