cozy / cozy-browser-sdk

Cozy Data System client for the browser
http://dev.cozy.io
MIT License
7 stars 12 forks source link

Offer a Backbone.sync wrapper #18

Open m4dz opened 8 years ago

m4dz commented 8 years ago

We intensively Backbone in Cozy apps, and the CRUD actions from Backbone.Model with cozy sync is generally the same each times (see https://github.com/cozy-labs/cozy-music/pull/3/files#diff-0b06487a4bbf3713e0cfac841fc4f92cR23). We can provide a module with a Backbone.sync wrapper to CozySDK that can be quickly embed to our apps to plug our models with the CozySDK directly.