@nexys/flowbank
v0.0.11
Published
[![npm version](https://img.shields.io/npm/v/@nexys/flowbank.svg)](https://www.npmjs.com/package/@nexys/flowbank) [![Build and Test Package](https://github.com/nexys-admin/flowbank-sdk/actions/workflows/yarn.yml/badge.svg)](https://github.com/nexys-admin/
Downloads
3
Readme
Flowbank SDK
This is a simple (unofficial) SDK to access the FlowBank API
Link to the official doc: https://api-live.flowbank.com/api-docs/
Get started
import {Client} from '@nexys/flowbank';
const config = {
clientId: "",
applicationId: "",
secretKey:
"mysecretkey",
};
const flowbankClient = new Client(config);
Available functions
getSummary
https://api-live.flowbank.com/api-docs/#operation/getAccountSummaryWithoutDate
getTransactions
https://api-live.flowbank.com/api-docs/#operation/getTransactions
getAccounts
https://api-live.flowbank.com/api-docs/#operation/getAccounts