25,99 €
inkl. MwSt.
Versandkostenfrei*
Versandfertig in 6-10 Tagen
  • Broschiertes Buch

Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. The HATEOAS constraint is an acronym for Hypermedia as the Engine of Application State. This constraint says that a client of a RESTful application need only know a single fixed URL to access it. Any and all resources should be discoverable dynamically from that URL through "hypermedia" links included in the representations of resources that are returned. Standardized media types are also expected to be understood by any client that might use a RESTful API. By a…mehr

Produktbeschreibung
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. The HATEOAS constraint is an acronym for Hypermedia as the Engine of Application State. This constraint says that a client of a RESTful application need only know a single fixed URL to access it. Any and all resources should be discoverable dynamically from that URL through "hypermedia" links included in the representations of resources that are returned. Standardized media types are also expected to be understood by any client that might use a RESTful API. By a combination of the known processing rules for each media type and client selection of server-provided choices in received representations (or implied by the user''s manipulation of those representations) all application state transitions are then driven. These constraints ensure that the interactions are driven by hypertext, rather than by any out-of-band information.