RESTful API Design
Purpose
REST APIs MUST be intuitive, predictable, and semantically correct. This skill ensures APIs use HTTP methods correctly, communicate errors clearly via standard formats, and maintain consistency across resources so clients can interact with them reliably without surprise behavior.
When to use
- Building a new backend service exposing resources
- Adding a new domain entity to an existing API
- Creating integration endpoints for third-party partners
- Designing
[Description truncada. Veja o README completo no GitHub.]