Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A RESTful API is an interface that lets applications or websites talk to one another and exchange information through HTTP requests and responses in JSON or XML code.

...

By definition, REST stands for Representational State Transfer and outlines the general rules for “how the data and services are represented through the API so that other programs will be able to correctly request and receive the data and services that an API makes available.”

...