Restful Web Apis ★ Full & Reliable
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.
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. RESTful Web APIs
In DataVille, RESTful APIs make sure that every interaction is smooth, standard, and fast, proving that sometimes, not remembering the past makes for a better future. If you liked this, I can: This was a , a standard HTTP method
REST took this, updated the resource, and returned a 204 No Content code—a way of saying "I did it, but I don't need to show you the whole object again". The Departure REST didn't know who UserInterface was, and didn't