devour-client icon indicating copy to clipboard operation
devour-client copied to clipboard

Don't just consume your JSON API, Devour it...

Results 55 devour-client issues
Sort by recently updated
recently updated
newest added

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 ![image](https://cloud.githubusercontent.com/assets/1217999/26103834/90e39588-3a3b-11e7-9354-4c086b7337de.png) ### 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...

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...

dependencies