@halftome/szamlazz-client
v2.0.2
Published
Javascript client for using szamlazz.hu API
Readme
Client for Szamlazz.hu API
Usage:
import SZClient from '@halftome/szamlazz-client'
const client = new SZClient({ username: 'demo', password: 'demo' })
const invoice = await c.generateInvoice(
{
// Invoice options
},
[
// List of items
],
)