This skill provides comprehensive guidance on designing scalable, maintainable, and developer-friendly APIs using both REST and GraphQL paradigms. It offers concrete implementation patterns for resource-oriented architecture, complex query structures, pagination, versioning, and N+1 problem prevention. Whether you are building a new service from scratch, refactoring legacy endpoints, or establishing team-wide standards, this skill ensures your API remains intuitive and follows modern architectural standards.
主要功能
01Advanced pagination and filtering implementation strategies
02Performance optimization via DataLoaders for N+1 problem prevention
03GraphQL schema-first design and type-safe resolver patterns
04Standardized error handling and consistent HTTP status code usage
050 GitHub stars
06RESTful resource-oriented architecture and HTTP method semantics