loopback-component-jsonapi
loopback-component-jsonapi copied to clipboard
JSONAPI support for loopback.
## Version **8.0.0** of **snazzy** was just published. Dependency snazzy Current Version 7.1.1 Type dependency The version **8.0.0** is **not covered** by your **current version range**. If you don’t accept...
I'm trying to create relationships in StrongLoop between two models: ApiUsers & requestedBadges. I've excluded the create and updateAttributes methods in my configuration. But I can't seem to exclude it...
☝️ Greenkeeper’s [updated Terms of Service](https://mailchi.mp/ebfddc9880a9/were-updating-our-terms-of-service) will come into effect on April 6th, 2018. ## Version **6.1.3** of [@commitlint/cli](https://github.com/marionebl/commitlint) was just published. Branch Build failing 🚨 Dependency @commitlint/cli Current Version...
## Version 10 of Node.js (code name Dubnium) has been released! 🎊 To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following...
☝️ Greenkeeper’s [updated Terms of Service](https://mailchi.mp/ebfddc9880a9/were-updating-our-terms-of-service) will come into effect on April 6th, 2018. ## Version **6.1.3** of [@commitlint/prompt](https://github.com/marionebl/commitlint) was just published. Branch Build failing 🚨 Dependency @commitlint/prompt Current Version...
☝️ Greenkeeper’s [updated Terms of Service](https://mailchi.mp/ebfddc9880a9/were-updating-our-terms-of-service) will come into effect on April 6th, 2018. ## Version **6.1.3** of [@commitlint/config-conventional](https://github.com/marionebl/commitlint) was just published. Branch Build failing 🚨 Dependency @commitlint/config-conventional Current Version...
When adding a record through POST which has a `hasAndBelongsToMany` with another model, the component is acting strange. I'm thinking even if this is not supported yet, it should not...
ReferencesMany keys are stored in relationship. Move them to model props before save *TODO* - [ ] Add test case
If I make a request to `http://localhost:3000/api/users/1/posts`, I get the following response: ``` js { "links": { "self": "http://localhost:3000/api/users/1/posts" // correct }, "data": [ { "type": "user", // this should...