vue-boogi-ob-management-sdk
v0.0.2
Published
A Vue.js SDK for Boogi OB management
Downloads
6
Maintainers
Readme
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
| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| apiKey
| string
| Required. Your API key |
| userId
| string
| Required. Your user id |
| mode
| enum
| Optional. a value of sandbox or api |