HATEOAS Link
An HATEOAS (Hypermedia as the Engine of Application State) link. An HATEOAS link contains an URL and the type action this URL
For example, each response object contains a self
link to fetch the resource.
Fields
Name | Type | Notes |
---|---|---|
rel |
The link type. |
|
href |
|
The resource URL, for example: …. http://www.xelion.nl/api/v1/master/addressables?limit=10&namexelion …. |
method |
The HTTP method to retrieve the resource. |