1.1.1 • Published 4 years ago

@random-guys/iris v1.1.1

Weekly downloads
53
License
MIT
Repository
-
Last release
4 years ago

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');