backbone.hal icon indicating copy to clipboard operation
backbone.hal copied to clipboard

Hypermedia for Backbone.js

Results 6 backbone.hal issues
Sort by recently updated
recently updated
newest added

Is there a particular reason for not having `Model.clear()` reset embedded/links properties just like `Collection.reset()` does for collections? I've been in the need for clearing a model's links/embedded attributes a...

Not sure if this is the best / most appropriate way but I needed to do this to support when the API is on a different server and I'm using...

Could you please explain the architecture of this plugin? Backbone is based on the concept of an id per model object and composition of resource URLs based on this id...

#### Hey, maintainer(s) of mikekelly/backbone.hal! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...

We have a HATEAOS API that returns a JSON object of attributes when passed a HTTP OPTIONS request. im hoping you may be able to help with 1. can we...

My json collection was not named "items" and this required a little debugging to figure out.