ember-data-hal-adapter icon indicating copy to clipboard operation
ember-data-hal-adapter copied to clipboard

Ember.js Data HAL Aadptreae

Results 5 ember-data-hal-adapter issues
Sort by recently updated
recently updated
newest added

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

greenkeeper

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