Please enable JavaScript.
Coggle requires JavaScript to display documents.
RESTful API (RESTful API (HTTP Methods (PUT (updating a SPECIFIC, UNIQUE…
RESTful API
RESTful API
-
-
Accomodate many type of requests, but mainly HTTP
-
-
Rely on Client-Server Protocol, mainly HTTP
HTTP Methods
-
PUT
updating a SPECIFIC, UNIQUE object
-
-
-
treat server object as resources which CAN be DELETED, CREATED, UPDATED
API
-
Analogy: A MESSENGER who receives requests from a client, bring it to a provider, and bring back products, data, response, etc. to the client
Connect between devices, or client-server, etc.
-