@billfixers/partner-client
v2.3.1
Published
BillFixers Partner API Client
Downloads
61
Readme
BillFixers Partner API Client
Install
yarn add @billfixers/partner-client
Configure client
import Client from '@billfixers/partner-client
const client = new Client('YOUR_EMAIL', 'YOUR_TOKEN')
List Providers
const providers = await client.listProviders()
Create a customer
const customer = await client.createCustomer({ ... })
Create a bill
const bill = await client.createBill({ ... })
Publishing to NPM
First be sure you have set the correct version in package.json. Then run the following command:
npm publish --access public