backbone-hooksync
v0.2.0
Published
Get the CRUD out of your app. Define functions for Backbone.Model create, read, update and delete.
Keywords
Readme
Backbone.HookSync
Get the CRUD out of your app. Define functions for Backbone.Model create, read, update and delete.
class MyAwesomeModel extends Backbone.Model
sync: Backbone.HookSync.make
create: myAwesomeAPIsCreateMethodMore Details
See the Annotated Source
