0.0.6 • Published 8 years ago

feignjs-node v0.0.6

Weekly downloads
20
License
MIT
Repository
github
Last release
8 years ago

Feignjs-request

Plain Node-client for FeignJs (using http.request)

Installation

npm install feignjs-node

Getting started

this library can be used as client for feign:

feign.builder()
	.client(new FeignNode())        
    .target(restDescription, 'http://jsonplaceholder.typicode.com');

Options

The constructor accepts an options-object:

OptionNotedefault
defaultsdefaults to be used{}
0.0.6

8 years ago

0.0.5

9 years ago

0.0.4

9 years ago