[WIP] A Node.js SDK for the Oomnitza API
This is a work in progress. Current supported methods are listed in the Usage section below.
const Oomnitza = require('@trevospecht/oomnitza-sdk-node'); // require Oomnitza SDK
const oom = new Oomnitza('OOMNITZA_API_KEY'); // create new Oomnitza client with an Oomnitza API key
const assetList = await oom.listAssets(params);
const asset = await oom.getAsset(id);