Skip to content

Add additional attributes to resource links #116

Closed
@ghost

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"
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions