This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@tryrolljs/api-client
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

@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"),
        },
      },
    },
  },
};

Readme

Keywords

Package Sidebar

Install

npm i @tryrolljs/api-client

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

37.2 kB

Total Files

28

Last publish

Collaborators

  • teimur.tryroll