What is Representational State Transfer (REST)?

164 views

What is Representational State Transfer (REST)?

In: 2

3 Answers

Anonymous 0 Comments

When interacting with software, it is in a certain state and you use operations to either get information on that current state, or interact with it to achieve a new state.

REST is a standard for writing APIs to interact with software, and describes a way to read and modify the state of a system.

You are viewing 1 out of 3 answers, click here to view all answers.