0.0.2 • Published 12 months ago
vue-boogi-ob-management-sdk v0.0.2
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 |