Service API Patterns

Use when building or reviewing an HTTP service's plumbing. Rate limiting, endpoint organization, validation, pagination and list queries, hardened cross-service HTTP calls, long-running work without a queue, background services versus migrations, seeded definitions, and the migration completion signal. Most are one extension method, which is why they belong in the shared kernel rather than copy-pasted per service.

konradcinkusz a39f4d2 2 files · 21.8 KB Updated

File contents

konradcinkusz/architecture-standards/tree/main/plugins/services-and-clients/skills/service-api-patterns commit a39f4d2575

Frequently asked questions

npx skillmds@latest add konradcinkusz/service-api-patterns