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