Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 231 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 231 Bytes

RestC - JSON

Install

npm install restc-json

Usage

var client = restc({ port: 1337},
  require('restc-json')
);

will enable

  • JSON formatting of requests
  • JSON parsing of responses