Skip to content

Sync links with the latest spec #10

@lode

Description

@lode

Right now links are represented using the old syntax:

{
    "self": "http...",
    "foo": "bar"
}

The latest spec says it should be like this:

{
    "href": "http...",
    "meta": {
        "foo": "bar"
    }
}

Links can anyway be added as strings, in both spec versions and this is supported.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions