Skip to content

feignjs/feignjs-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Option Note default
defaults defaults to be used {}

About

plain node-http integration for feignjs

Resources

Stars

Watchers

Forks

Packages

No packages published