Restful Web Apis May 2026
Create a story based on a (e.g., shopping cart, user authentication)
This was a , a standard HTTP method meant for retrieving data. REST picked up this request. REST didn't care that UserInterface had asked for Product #99 just a second ago. REST didn't know who UserInterface was, and didn't need to know. RESTful Web APIs
REST brought this back to UserInterface along with a cheerful 200 OK status code. The Update Create a story based on a (e