Closed

Description
Clients should be able to determine how to interact with REST Services without prior knowledge of the services in HATEOAS, this includes the verb that should be used when interacting with those services.
A link should be represented as
{
"rel":"next",
"href":"...",
"method":"PUT"
"title":"Update the Resource",
"type":"application/json"
}