4.0.0 • Published 9 years ago

silk-api-client v4.0.0

Weekly downloads
3
License
BSD-3-Clause
Repository
github
Last release
9 years ago

Silk JavaScript API Client

Installation

The latest release can be found on npm

$ npm install silk-api-client

Example Usage

var SilkApi = require("silk-api-client");
var Silk = new SilkApi("http://api.silk.co");

Silk.User.signin({ email : "me@example.com", password : "mypassword" }
                , function () { console.log("success"); }
                , function () { console.warn("error"); }
                );

Contributing

This client has been automatically generated with the Rest project, thus any changes to the JavaScript code need to be made externally from this project. Sending pull requests for package metadata updates and opening issues is still encouraged!

4.0.0

9 years ago

3.0.0

9 years ago

2.1.0

9 years ago

2.0.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago