API Design Standards

API design discipline grounded in the Microsoft/Google REST guidelines, resource and URL conventions, a chosen versioning strategy, what counts as a backward-compatible vs breaking change, and consumer-driven contract testing. Use when designing a new API endpoint, changing an existing API's request/response shape, deciding how to version an API, or asking whether a change to a public interface is breaking.

aethrox Updated

File contents

aethrox/doctrine/tree/main/skills/api-design-standards commit 3d2659c5ff

Frequently asked questions

npx skillmds@latest add aethrox/api-design-standards