What is Resource in REST?
REST architecture treats any content as resource, which can be text files, HTML pages, images, videos or dynamic business information. REST server gives the functionality to access the resources and modifies them. We can identify the each resources by URIs/ global IDs. In the context of REST (Representational State Transfer), a resource refers to any … Read more