1.0.4 • Published 2 years ago

rootfi_core v1.0.4

Weekly downloads
-
License
Unlicense
Repository
-
Last release
2 years ago

RootFi SDK

RootFi makes it easy, safe and reliable for companies to connect their business customer's accounting data to their products and services.

This is an official Typescript client library for using RootFi APIs.

Installation

To install the library, run:

npm install rootfi_core

Usage

To get started with the library, you need to copy an api key from your RootFi Dashboard

import { Configuration, InviteLinksApi } from "rootfi_core";

const configuration = new Configuration({
	api_key: "your-api-key",
});

const companiesApi = new CompaniesApi(configuration);
const companiesList = (await companiesApi.getAllCompanies()).data;
console.log({ companiesList });

To know more, visit our Docs.

1.0.4

2 years ago

1.0.3

2 years ago