1.

What is a REST Resource?

Answer»

Every content in the REST architecture is considered a RESOURCE. The resource is analogous to the object in the object-oriented programming world. They can either be represented as text files, HTML pages, images, or any other dynamic data.

  • The REST SERVER provides access to these resources whereas the REST client consumes (accesses and modifies) these resources. Every resource is identified GLOBALLY by means of a URI.


Discussion

No Comment Found