Package Exports
- sails-backbone-client
- sails-backbone-client/lib/parser
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sails-backbone-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
-backbone
Load a Sails Backbone API in the Browser
Install
$ npm install sails-backbone-client --saveUsage
var BackboneClient = require('sails-backbone-client-client');
var api = { };
BackboneClient.create('localhost/api/v1/backbonemodels', api)
.then(function (api) {
api.Account.fetch() // ...
});License
MIT