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

HATEOAS Relation

The link type.

href

String

The resource URL, for example:

…​. http://www.xelion.nl/api/v1/master/addressables?limit=10&namexelion

…​.

method

HTTP Method

The HTTP method to retrieve the resource.