Skip to content

Add additional attributes to resource links #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ghost opened this issue Nov 1, 2013 · 1 comment
Closed

Add additional attributes to resource links #116

ghost opened this issue Nov 1, 2013 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Nov 1, 2013

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"
}
@gregturn
Copy link
Contributor

gregturn commented Jun 4, 2020

Link was upgraded with all the attributes of RFC-5988. See #567.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant