(abbr. HATEOAS) REST.
HATEOAS, , , API. URL. URL-, HTTP, , , , ..
, , .. . , API- , , , URL-.
URLs are always API-specific; semantics are optional; therefore, these restrictions separate the client from the API. After that, the client will not break the URL changes or even change the data structure, since it will use the standard hypermedia format (for example, HAL, JSON-LD, ATOM or even HTML) and semantics (possibly RDF) to analyze the response of the body.
source
share