oblio-js
v1.0.24
Published
```sh yarn add oblio-js ```
Readme
Oblio JS Library by Cmevo Digital
Install
yarn add oblio-jsUsage
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
