BlairAllegroTech / js-data-jsonapi

JsonApi Adapter for js-data
MIT License
15 stars 5 forks source link

Store Data Links In Metadata #15

Closed BlairAllegroTech closed 8 years ago

BlairAllegroTech commented 8 years ago
"data": [{
    "type": "articles",
    "id": "1",
    "attributes": {
      "title": "JSON API paints my bikeshed!"
    },
    "links": {
      "self": "http://example.com/articles/1"
    },

The data from links can be stored in metadata against the data object for future use via meta data.