_______ is a design principle in RESTful services that suggests each resource should have a unique identifier.

  • Resource Identifier
  • Service Endpoint
  • Uniform Resource Identifier (URI)
  • Universal Resource Locator (URL)
The design principle in RESTful services that suggests each resource should have a unique identifier is the Uniform Resource Identifier (URI). URIs uniquely identify resources and are crucial for addressing and interacting with resources in a RESTful architecture.
Add your answer
Loading...

Leave a comment

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