Restful Web Apis -

UserInterface sent a message out across the web highway: GET /products/101 The Journey

REST hurried to the Warehouse Server. In DataVille, everything was a —a noun, not a verb. REST asked for the representation of Product 101 . The Response The Server handed REST a small, clean JSON document: RESTful Web APIs

One morning, a frontend application known as "UserInterface" needed to know about a specific item in the inventory, Product #101. It didn't want to talk for long, just get the facts. UserInterface sent a message out across the web

Explain the concepts of (Hypermedia as the Engine of Application State) in a story format What aspect of RESTful APIs The Response The Server handed REST a small,

REST brought this back to UserInterface along with a cheerful 200 OK status code. The Update

Create a story based on a (e.g., shopping cart, user authentication)

REST was sleek, efficient, and—most importantly—perfectly . The Request