0.2.2 • Published 9 years ago

restler-bluebird v0.2.2

Weekly downloads
14
License
MIT
Repository
github
Last release
9 years ago

restler-bluebird

Based on Andrew Newdigate reslter-q

Installing

npm install restler-bluebird --save

Using

The interface is similar to Restler's interface:

var rest = require('restler-bluebird');

rest.get('https://api.github.com/orgs/Troupe/repos')
  .then(function(repos) {
    assert(Array.isArray(repos));
  })
  .nodeify(done);

Running the tests

npm install
npm test
0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago