A
A
Akmat2017-11-13 12:19:49
RESTful API
Akmat, 2017-11-13 12:19:49

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

2 answer(s)
D
Dmitry Dart, 2017-11-13
@gobananas

If, when creating a site for different actions, use the appropriate methods

Yes, it will be a RESTful API as opposed to a WEB API where everything is done using the GET method
It is possible, although there are disputes about what exactly is full and what is not full, you can read:
https://habrahabr.ru/post/117321/
https://habrahabr.ru/post/38730/
https://habrahabr.ru/post/319984 /
For communication of any information systems among themselves, remote receiving, transfer of information between them without authorization or with authorization

R
RidgeA, 2017-11-13
@RidgeA

here you can read on the rest - www.restapitutorial.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question