2.3.1 • Published 3 years ago

@billfixers/partner-client v2.3.1

Weekly downloads
15
License
ISC
Repository
-
Last release
3 years ago

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
2.3.1

3 years ago

2.3.0

3 years ago

2.2.3

3 years ago

2.2.1

3 years ago

2.2.2

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago