@random-guys/iris
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

Wrapper around Axios for inter-service REST API calls

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

/@random-guys/iris/

    Package Sidebar

    Install

    npm i @random-guys/iris

    Weekly Downloads

    61

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    27.8 kB

    Total Files

    22

    Last publish

    Collaborators

    • random-guys