Posts tagged rest
Introducing SCRUD
- 20 January 2021
- Category: Introduction
SCRUD is an approach to defining a REST API that consistently provides discoverable schema and semantic meaning for your REST API resources. SCRUD stands for: Semantics for Create, Retrieve, Update, and Delete. Before we get into how SCRUD consistently provides discoverable schema and semantic meaning for REST APIs let’s talk about why.