0.0.11 • Published 4 years ago

@nexys/flowbank v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago