Skip to main content
Back to registry

api-design

supercent-io/skills-template

Installs10
Install command
npx skills add https://github.com/supercent-io/skills-template --skill api-design
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Resource naming : HTTP methods : Response codes : Example REST endpoint : Request example : Response example : Error response format : Query parameters : Response with pagination : Options : Example with JWT : URL versioning (recommended): Header versioning : Create OpenAPI 3.0 specification: Filtering : Sorting : Field selection : Batch operations : If REST doesn't fit, consider GraphQL: - Designing new REST APIs - Creating GraphQL schemas - Refactoring API endpoints - Documenting API specifications - API versioning strategies - Defining data models and relationships - Identify resources and entities - Define relationships between entities - Specify operations (CRUD, custom actions) - Plan authentication/authorization - Consider pagination, filtering, sorting - Use nouns, not verbs: /users not /getUsers - Use plural names: /users/{id} - Nest resources logically: /users/{id}/posts - Keep URLs short and intuitive - GET : Retrieve resources (idempotent) - POST : Create new resources - PUT : Replace entire resource - PATCH : Partial update - DELETE : Remove resources (idempotent) - 200 OK : Success with response body - 201 Created : Resource created successfully - 204 No Content : Success with no response body - 400 Bad Request : Invalid input - 401 Unauthorized : Authentication required - 403 Forbidden : No permission - 404 Not Found : Resource doesn't exist - 409 Conflict :...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does api-design do?

api-design is listed in SkillJury, but the source summary is still sparse.

Is api-design good?

api-design does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does api-design work with?

api-design currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to api-design?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install api-design?

npx skills add https://github.com/supercent-io/skills-template --skill api-design

Related skills

More from supercent-io/skills-template

Related skills

Alternatives in Software Engineering