2.3.1 • Published 5 years ago
@billfixers/partner-client v2.3.1
BillFixers Partner API Client
Install
yarn add @billfixers/partner-clientConfigure 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 public2.3.1
5 years ago
2.3.0
5 years ago
2.2.3
5 years ago
2.2.1
5 years ago
2.2.2
5 years ago
2.2.0
5 years ago
2.1.0
5 years ago
2.0.0
5 years ago
1.0.10
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago