Skip to content

HubSpot/Backbone.HookSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

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: myAwesomeAPIsCreateMethod

More Details

See the Annotated Source

About

Make Backbone.sync do what you need

Resources

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors