spring-rest-api
Installation
SKILL.md
Spring REST API Skill
Master building robust, well-documented REST APIs with Spring MVC including validation, error handling, and OpenAPI documentation.
Overview
This skill covers everything needed to build production-grade REST APIs following industry best practices.
Parameters
| Name | Type | Required | Default | Validation |
|---|---|---|---|---|
api_version |
string | ✗ | v1 | Pattern: v[0-9]+ |
content_type |
enum | ✗ | json | json | xml | both |
documentation |
enum | ✗ | openapi | openapi | none |