2.1.0 • Published 2 years ago

@codingsans/billingo-client v2.1.0

Weekly downloads
9
License
MIT
Repository
github
Last release
2 years ago

@codingsans/billingo-client

Promise based Billingo.hu client for Node.JS and Browser written in Typescript from CodingSans

Please open issue if you miss something: https://github.com/CodingSans/billingo-client/issues

Supported Billingo API versions

Client VersionAPI VersionAPI Docs
2.1.0V3.0.14API Documentation
1.3.4 deprecated V1 DocsV3.0.13API Documentation
1.2.2 deprecated V1 DocsV3.0.7API Documentation

Installation

Using npm:

$ npm install @codingsans/billingo-client

Using yarn

$ yarn add @codingsans/billingo-client

Example

Using typescript

import { OpenAPI, DocumentService } from '@codingsans/billingo-client';

OpenAPI.HEADERS = {
  'X-API-KEY': 'db371188-f0ba-11ec-baa4-0254eb6072a0',
};

DocumentService.listDocument().then(res => console.log({res}))

Available services

BankAccountService
CurrencyService
DocumentBlockService
DocumentExportService
DocumentService
OrganizationService
PartnerService
ProductService
SpendingService
UtilService

License

MIT

2.1.0

2 years ago

2.0.0

2 years ago

1.3.4

2 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago