Code Safari

Chapter 65·Beginner

REST APIs Explained: Resources, Methods, and Conventions

01 / 06

The core idea

Model everything as resources.

REST treats your data as resources — users, orders, posts — each with a URL, acted on with standard HTTP methods.

REST APIs Explained: Resources, Methods, and Conventions | Code Safari