api-design
affaan-m/everything-claude-code
A comprehensive guide covering best practices for designing developer-friendly REST APIs. Learn proper resource naming conventions (nouns, plural, kebab-case), effective use of HTTP methods (GET, POST, PUT, PATCH, DELETE), and semantic status codes (4xx, 5xx). The guide also details advanced topics like cursor-based pagination, field filtering, query parameter usage, and robust error handling formats.