@random-guys/iris
v1.1.1
Published
Wrapper around Axios for inter-service REST API calls
Downloads
171
Readme
Iris offers
- Out of the box configurable request retries
- Minimal overhead and complexity
Installation
Install via yarn
yarn add @random-guys/iris
Install with NPM
npm install @random-guys/iris
Usage
Boostrap Iris
import Iris from '@random-guys/iris';
Iris.bootstrap('service-name', 'custom-auth-scheme');