What is the REST API?

In this lesson, we will learn about REST and understand its basics.

We'll cover the following...

What is REST?

REST, or Representational State Transfer, is an architectural design that defines a set of rules for creating web services that interact between systems. Web services that follow this architecture are termed, ‘RESTful web services’.

At a very high level, the RESTful system consists of two major components:

  • A server that hosts the resources ...