...

/

What Is a RESTful API?

What Is a RESTful API?

Learn about the Representation State Transfer (REST) architecture and its constraints by analyzing a RESTful request.

Introduction

REST refers to a group of software architecture design constraints that bring about efficient, reliable, and scalable distributed systems. – MDN Web Docs

REST is not a technology but a structure or design methodology that produces standardized and consistent behavior or output. This output can be either JSON or XML. REST API uses HTTP requests to access and use data. The basic idea of REST is that a resource (document, media, data) is transferred via well-recognized, language-agnostic, and standardized client-server interactions.

REST architecture constraints

The REST architectural style describes six guiding constraints:

  1. Uniform Interface: The uniform interface constraint defines that the server must have a uniform way ...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy