Skip to main content

One post tagged with "rest-api-design-rules"

View All Tags

Understanding REST API Design Rules

· 10 min read

Introduction to REST API

REST (Representational State Transfer) is an architectural style for building distributed systems. A Web API conforms to the REST architectural style, called RESTful Web API.

REST APIs are stateless, client-server, cacheable, layered systems designed around resources. The set of resources is known as the REST API's resource model