Skip to content
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

Support "link objects" #72

Closed
danpoland opened this issue Mar 23, 2017 · 2 comments
Closed

Support "link objects" #72

danpoland opened this issue Mar 23, 2017 · 2 comments

Comments

@danpoland
Copy link
Contributor

From http://jsonapi.org/format/#document-links:

Each member of a links object is a “link”. A link MUST be represented as either:

  • a containing the link’s URL.
  • an object (“link object”) which can contain the following members:
    href: a string containing the link’s URL.
    meta: a meta object containing non-standard meta-information about the link.

Currently the library supports the first option but not the second. I will be creating a PR for the second, I just wanted to create a ticket to reference first.

@multimeric
Copy link

This can probably be closed...?

@sloria sloria closed this as completed Aug 23, 2019
@GuillaumeCisco
Copy link

Is it supported today?
Can't find anything in the documentation :/

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

No branches or pull requests

4 participants