UNPKG

open-banking-pfm-sdk

Version:

The Open Banking PFM SDK uses Client classes and with **Promises** to get responses from the Open Banking PFM API in an easier way and structured as data models.

10 lines (9 loc) 554 B
export { default as AccountsClient } from './AccountsClient'; export { default as BanksClient } from './BanksClient'; export { default as BudgetsClient } from './BudgetsClient'; export { default as CategoriesClient } from './CategoriesClient'; export { default as InsightsClient } from './InsightsClient'; export { default as TransactionsClient } from './TransactionsClient'; export { default as UsersClient } from './UsersClient'; export { default as ConsentsClient } from './ConsentsClient'; export { default as CreditsClient } from './CreditsClient';