restler-when

0.0.2 • Public • Published

NOTE

This library is a fork of Troupe's restler-q, but using when instead.

Installing

npm install restler-when

Using

The interface is similar to Restler's interface:

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

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

Running the tests

npm install
make test

Readme

Keywords

none

Package Sidebar

Install

npm i restler-when

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • jayceekay