In RESTful services, what does the term 'Resource' fundamentally represent?

  • Data object
  • Database table
  • Endpoint
  • Web page
In RESTful services, a 'Resource' fundamentally represents an endpoint or a service that can be identified by a unique URI (Uniform Resource Identifier). Resources are entities that the API can act upon, and they can represent data objects, services, or entities that the API interacts with.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *