0.0.6 • Published 10 years ago
feignjs-node v0.0.6
Feignjs-request
Plain Node-client for FeignJs (using http.request)
Installation
npm install feignjs-nodeGetting 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:
| Option | Note | default |
|---|---|---|
| defaults | defaults to be used | {} |