Skip to content

hashpanel/client-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hashware-backbone-client

Backbone client library for the hashware API

NPM version Build status Dependency Status

Usage

var HashwareClient = require('hashware-backbone-client');
HashwareClient.load()
  .then(function (api) {
    api.User.fetch({ name: 'tjwebb' });
  });

About

Backbone client library for the hashware API

Resources

License

Stars

Watchers

Forks

Packages

No packages published