oblio-js
v1.0.20
Published
```sh yarn add oblio-js ```
Downloads
47
Readme
Oblio JS Library by Cmevo Digital
Install
yarn add oblio-js
Usage
const oblioClient = new OblioApi("[email protected]","your-oblio-api-key-hash-here","RO123456");
oblioClient.createInvoice({...})
How to publish a new version
- Increase the package version
- Publish
yarn publish
- Fill in your credentials and that's it