0.0.2 • Published 9 years ago
rest-node v0.0.2
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