@halftome/szamlazz-client
v1.1.0
Published
Node.js client for using szamlazz.hu API
Downloads
234
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
],
)