Skip to content

Support alternative Links object #14

@toddmohney

Description

@toddmohney

Links can be specified in one of two formats

{ self: "http://somewhere.com" }

or

{ self: 
  {
    href: "http://somewhere.com",
    meta: { 
      count: 12
    }
  }
}

Add the object version to the LInks implemenation

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions