xxxxxxxxxx
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.
xxxxxxxxxx
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.
xxxxxxxxxx
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.
xxxxxxxxxx
Resources are identified by logical URLs;
it is the key element of a RESTful design.
Unlike, SOAP web services in REST, you view
the product data as a resource and this
resource should contain all the required information.
xxxxxxxxxx
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.