1.0.5 • Published 1 year ago

easybill v1.0.5

Weekly downloads
-
License
AGPLv3-or-later
Repository
github
Last release
1 year ago

EasyBill Wrapper

An unofficial API wrapper
of the EasyBill service.

npm install easybill

Example

import { EasyBill } from 'easybill'

const Secret = process.env.Secret;

const config = {
    secret : Secret
}

const client = EasyBill
    .use(config);

const documents = await 
    client.findDocuments();

Development

Install the development dependencies.

npm install

Start the  ts-node-dev  instance.

npm run dev

To regenerate / update the API types.

npm run generate:types
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago