js-data-jsonapi icon indicating copy to clipboard operation
js-data-jsonapi copied to clipboard

JsonApi Adapter for js-data

Results 5 js-data-jsonapi issues
Sort by recently updated
recently updated
newest added
trafficstars

js-data maintains data relationships. If however other changes are being made against the server and we then request a resource that subsequently returns relationship data that differs from the js-data...

enhancement
Feedback Appreciated

Calling `DS#revert` on a js-data-jsonapi resource reverts some of the `$_JSONAPIMETA_` breaking relationships. More details to follow.

Basically if you use LoadRelations in a loop for the same relationship the first call is used for every future call. ``` js var commentsList = []; DS.findAll('reports').then(function (rpts) {...

see: http://jsonapi.org/format/#crud-creating Related to #22

enhancement

Js-data-http V3, has 3 variants, with Axios, without Axios uses Fetch and the Node version. In order to support these i suggest externalising the creation of the HTTP adapter variant...

enhancement