This skill provides specialized guidance for designing robust, scalable, and standardized REST APIs within the Java Spring Boot ecosystem. It enforces modern architectural patterns including HTTP method idempotency, RFC 7807 Problem Detail error formats, and consistent URL naming conventions using kebab-case and plural nouns. Whether you are implementing advanced pagination (Cursor, Keyset, or Offset), setting up OpenAPI documentation, or managing API versioning, this skill ensures your backend services are consistent, discoverable, and developer-friendly.
주요 기능
01RFC 7807 compliant error response implementation
023 GitHub stars
03Standardized HTTP status code and method mapping
04Automatic OpenAPI and Swagger documentation patterns
05Path-based API versioning and lifecycle management
06Advanced pagination strategies (Cursor, Keyset, Offset)