0.0.2 • Published 12 months ago

vue-boogi-ob-management-sdk v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

vue-boogi-ob-management-sdk

A vue.js javascript libary that allows customers of boogi.io to allow their users to manage their bank connections effectively.

Usage/Examples

Install

npm install vue-boogi-ob-management-sdk

Register in a component

import AccountManagementSDK from 'vue-boogi-ob-management-sdk'
import 'vue-boogi-ob-management-sdk/dist/boogi-ob-management-sdk.css';

Use

<AccountManagementSDK :apiKey="<YOUR_API_KEY>" :userId="<YOUR_USER_ID>"></AccountManagementSDK>

Props

ParameterTypeDescription
apiKeystringRequired. Your API key
userIdstringRequired. Your user id
modeenumOptional. a value of sandbox or api
0.0.2

12 months ago

0.0.1

12 months ago