Restful Web Apis -
Every request contained everything necessary to understand it: the target ( /products/101 ) and the intent ( GET ). The Resource
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 RESTful Web APIs
UserInterface sent a message out across the web highway: GET /products/101 The Journey updated the resource
