rest-api-design

Installation
SKILL.md

REST API Design

API designed for the developer-client. KISS, standard vocabulary, predictable shapes — expose what clients need, not the internal data model.

Workflow

  1. Identify resources — nouns, plural, ≤2 levels of nesting
  2. Map operations to HTTP verbs + status codes (table below)
  3. Define pagination / filter / error envelope / auth upfront, not retrofitted
  4. Document with copy-paste-ready curl examples per endpoint

URI Rules

Installs
11
Repository
bsene/skills
GitHub Stars
5
First Seen
Jun 14, 2026
rest-api-design — bsene/skills