2.0.0 • Published 11 months ago

@tryrolljs/api-client v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@tryrolljs/api

Install

yarn add @tryrolljs/api

Setup

The library uses better-queue that is a browser compatible Node package. It requires util to be installed when used within browser environment.

CRA

If you use create-react-app, you have to

  1. Install craco.
  2. Update package.json to use craco instead of react-scripts in the scripts section.
  3. Create a new craco.config.js file with the following content:
module.exports = {
  webpack: {
    configure: {
      resolve: {
        fallback: {
          util: require.resolve("util"),
        },
      },
    },
  },
};
2.0.0

11 months ago

1.2.0

11 months ago

1.0.0

11 months ago

0.3.0

12 months ago

0.2.0

12 months ago

0.1.1

12 months ago

0.5.0

12 months ago

0.4.0

12 months ago

0.1.0

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago