rest-node

0.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i rest-node

Weekly Downloads

0

Version

0.0.2

License

Apache-2.0

Last publish

Collaborators

  • viqueen