In REST, the concept of _______ allows direct interaction with resources, unlike the action-oriented approach of _______.

  • CRUD
  • Hypermedia
  • Resourcefulness
  • Stateless
In REST, the concept of Hypermedia allows direct interaction with resources, unlike the action-oriented approach of CRUD (Create, Read, Update, Delete). Hypermedia in RESTful APIs enables clients to navigate the application state dynamically, improving flexibility and reducing the coupling between the client and server.
Add your answer
Loading...

Leave a comment

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