2.3.1 • Published 4 years ago

@billfixers/partner-client v2.3.1

Weekly downloads
15
License
ISC
Repository
-
Last release
4 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

4 years ago

2.3.0

4 years ago

2.2.3

4 years ago

2.2.1

4 years ago

2.2.2

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago