devour-client
devour-client copied to clipboard
Don't just consume your JSON API, Devour it...
While investigating #82 I found another bug If you ask for an entity, e.g. `clan` with `id: 21´, all releations are inserted correctly, except the entity itself  ### Problem...
Hi Is it possible to compose models without having to specify them as a JSONAPI relationship? Thanks Ben
I'm trying to use v.1.3.9 in a react-native(0.35.0-rc.0) project but I get an error that it can't find the es2015 preset. Any ideas?
Right now I don't see how I can use the url builder to get the url for a resource of hasOne relationship. For instance, if an author has one bio,...
I'd like to consider removing the pull request template from this project. I find clear and concise english to be a much more expressive way to describe the intention of...
I just started a JSPM angular 2 project (according to [this project](https://github.com/bautistaaa/ng2-jspm-seed)). Installing devour client: `jspm install npm:devour-client` works. When I need it in a component it only works when...
Hot Logo
We need a logo. Thinking we can just buy one off vector stock or something... Drop your suggestions in here.
JSON API's responses look like: ``` { data: [...], links: {...}, meta: {...} } ``` Devour ends up storing the `links` and `meta` information as properties on the `data` array:...
Hello, great work on this package! However, I have encountered an error when deleting a relationship using the code: `jsonApi.one('author', 1).relationships('articles').delete([{ id: 1 }])` The error I am getting is:...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...