rest-node
v0.0.2
Published
rest client
Downloads
17
Readme
rest-node (v-0.0.2)
Nodejs rest client wrapping request with promises
install it
npm install rest-node --saveuse it
'use strict'
let RestClient = require('rest-node');
let Client = new RestClient({
endpoint : ''
});
Client.GET({
path : 'some/resource/path'
});license
Apache-2.0
