Answers for "what are the some characteristics of api"

0

what are the some characteristics of api

-REST is stateless; therefore, the SERVER
has no status (or session data).
With a well-applied REST API, the server
could be restarted between two calls, 
since all data is transferred to the server.
-Web service uses POST method primarily
to perform operations, while REST uses
GET for accessing resources.
Posted by: Guest on January-19-2021
-1

key characteristics of api

-REST is stateless; therefore, the SERVER
has no status (or session data).
With a well-applied REST API, the server
could be restarted between two calls, 
since all data is transferred to the server.
-Web service uses POST method primarily
to perform operations, while REST uses
GET for accessing resources.
Posted by: Guest on January-19-2021

Code answers related to "what are the some characteristics of api"

Browse Popular Code Answers by Language