restler-bluebird

0.2.2 • Public • Published

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

/restler-bluebird/

    Package Sidebar

    Install

    npm i restler-bluebird

    Weekly Downloads

    3

    Version

    0.2.2

    License

    MIT

    Last publish

    Collaborators

    • tiriana