jsonapi-datastore
jsonapi-datastore copied to clipboard
JavaScript client-side JSON API data handling made easy.
I think it would be enough to only warn once about links being not yet implemented. Right now it kinda spams the console.
Hi guys, There are a few things I'd like to do before releasing 1.0, and I would love your help to make sure everything is working: - make sure the...
Add find object by attribute & value
Support for meta object doesn't seem to work. I tried with both `store.sync` and `store.syncWithMeta`, and either way, I can't see the meta information in the datastore when I pull...
I'm sorry, but this is my first JS pull request, but I hope it works I was waiting on https://github.com/beauby/jsonapi-datastore/pull/17 but decided to give it a go at fixing things...
Here's a possible implementation for _links. There may be a better way to do this, but this was the most obvious solution I could think of that doesn't break backwards...
solves Ordering of results #34 only used it in 1 project so far (integrated via npm), so further testing might be needed. But the changes are not that complicated... Probably...
When requesting an ordered endpoint of my API by some custom order field (like: `updated_at DESC`), my results gets reordered by id when parsed by the library. There is some...
I'm using jsonapi-datastore (master branch at commit 12dc63e) via requirejs and I have to implement the following workaround to get it to work in jsonapi-datastore/dist/jsonapi-datastore.js... ``` if ( typeof define...
I saw issue #26 and realized we had this logic on a fork of this project. Here is the code we've implemented to provide this functionality. I've added a property...