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

Includes links inside of linked resources #727

Merged
merged 1 commit into from
Nov 12, 2014

Commits on Nov 12, 2014

  1. Includes links inside of linked resources

    According to
    http://jsonapi.org/format/#document-structure-resource-objects,
    
    > Resource objects have the same internal structure, regardless of
    > whether they represent primary or linked resources.
    
    And then
    http://jsonapi.org/format/#document-structure-resource-object-attributes,
    
    > There are four reserved keys in resource objects:
    >
    > "id"
    > "type"
    > "href"
    > "links"
    
    This commits includes `links` inside of linked resources.
    kurko committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    91b3fba View commit details
    Browse the repository at this point in the history