@nexys/flowbank
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

Flowbank SDK

npm version Build and Test Package Publish Code style Bundlephobia

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

getSummaryFromAccount

getAccountId

Readme

Keywords

Package Sidebar

Install

npm i @nexys/flowbank

Weekly Downloads

1

Version

0.0.11

License

MIT

Unpacked Size

27.5 kB

Total Files

24

Last publish

Collaborators

  • nexys