Answer the question
In order to leave comments, you need to log in
What is REST?
If, when creating a site for different actions, use the appropriate methods:
GET, PUT, POST, DELETE.
for example:
GET/clients/john -get one client
PUT/clients/john -update or add one client
DELETE /clients/john -delete one client
POST/clients/Runni -change one client
can this be called a RESTful system?
is this REST?
Where is REST used in general?
Answer the question
In order to leave comments, you need to log in
If, when creating a site for different actions, use the appropriate methods
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question