ember-data-hal-adapter
ember-data-hal-adapter copied to clipboard
Ember.js Data HAL Aadptreae
Let’s get started with automated dependency management for ember-data-hal-adapter :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...
...ture, updated to broccoli v.0.13.3
I installed this as an ember-cli add on `npm install` and it gives me Error: _ is undefined.
The hack of making all the embedded records into arrays breaks `belongsTo` relationships in models. Ideas: - Check how JSON/RESTAdapter deal with records - Use metadata to only parse attributes...
REST is not only about client model == server model. Sometimes i need to POST something which is not exactly DS.Model, but I expect HAL back. How can I do...