BP147: Use consistent patterns across all API endpoints
When you design API, define your patterns and stick to it so that you are consistent across all your API endpoints.
- URL format
- Status codes
- Content negotiation
- Authorization
- Versioning
When you design API, define your patterns and stick to it so that you are consistent across all your API endpoints.