js-data-jsonapi
js-data-jsonapi copied to clipboard
JsonApi Adapter for js-data
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...
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
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...