forcir
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

JavaScript Client Library for the Forcir API

Install

Forcir's internal coding standards require version clamping so we've included an --exact flag. For your convenience we've placed that flag at the end so you can optionally omit copying it.

yarn add forcir --exact

Setup & Configuration

Setup

import { Forcir, ForcirConfig } from 'forcir';

const forcir = new Forcir();

Configuration Options

Usage

import { Forcir, ForcirConfig } from 'forcir';

const forcir = new Forcir();

forcir.healthCheck().then((response) => console.log(response));
SEE: Example ForcirResponse Shape
ForcirResponse {
  config: { ... },
  data: { ... },
  response: Response { ... },
  status: 200,
  statusText: 'OK',
  url: 'https://api.forcir.com/'
}

Methods

Lifecycle Events and Callbacks

Supported (Built-in) Integrations

Readme

Keywords

none

Package Sidebar

Install

npm i forcir

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

22.2 kB

Total Files

32

Last publish

Collaborators

  • austinpaquette
  • forcirbot