0.0.6 • Published 8 years ago

feignjs-request v0.0.6

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

Feignjs-request

Request client for FeignJs

Installation

npm install feignjs-request

Getting started

this library can be used as client for feign:

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

Options

The constructor accepts an options-object:

OptionNotedefault
debugenabled debug logging in requestfalse
jsonconfigures request to use jsontrue
defaultsa default-request object (passed to request.defaults)null
0.0.6

8 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago