0.3.0 • Published 3 years ago

invoiz-client v0.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

invoiz Logo

TypeScript API Client for the invoiz.de API

Installation

Via NPM npm install invoiz-client

Via Yarn yarn add invoiz-client

Usage

const InvoizClient = require('invoiz-client');
const client = new InvoizClient(
    process.env.INVOIZ_API_KEY, process.env.INVOIZ_API_KEY_SECRET);
client.invoices.paginated()
    .then(console.log)
    .then(console.error);

License

Please see License File for more information.

0.3.0

3 years ago

0.2.2

3 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago