0.0.2 • Published 8 years ago

rest-node v0.0.2

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
8 years ago

rest-node (v-0.0.2)

Nodejs rest client wrapping request with promises

install it

npm install rest-node --save

use it

'use strict'
let RestClient  = require('rest-node');
let Client      = new RestClient({
    endpoint : ''
});

Client.GET({
    path : 'some/resource/path'
});

license

Apache-2.0

0.0.2

8 years ago

0.0.1

8 years ago