Skip to content

API Design

Every API MUST be resouce-centric (Web API Design Maturity Model Level 2).

An API MUST provide its endpoints representing resources and expose the ability to work on those resources using intuitive HTTP Request Methods and sub-resources. See resource names.