0.1.0 • Published 2 years ago

moloni-client v0.1.0

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

moloni-client

How ?

import Moloni from 'moloni-client'

const client = new Moloni({
    clientId: 'DEVELOPER_ID',
    clientSecret: 'CLIENT_SECRET',
    username: 'USERNAME',
    password: 'PASSWORD',
})

client.setCompanyId(12345)

...
0.1.0

2 years ago