Answers for "what is resource in rest api"

0

what is resource in rest api

REST architecture treats any content 
as a resource, which can be either
text files, HTML pages, images, videos
or dynamic business information.
REST Server gives access to resources
and modifies them, where each resource
is identified by URIs/ global IDs.
Posted by: Guest on January-19-2021
0

how to represent resource in rest

REST uses different representations 
to define a resource like plain text,
CSV, HTML, JSON, and XML.XML and JSON
are the most popular representations of resources.
Posted by: Guest on January-19-2021
0

how to represent a resource in api

We are using http methods like
get,put,post,patch

REST uses different representations 
to define a resource like plain text,
CSV, HTML, JSON, and XML. XML and JSON
are the most popular representations of resources.
Posted by: Guest on January-14-2021

Browse Popular Code Answers by Language