Skip to content

trevorspecht/oomnitza-sdk-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oomnitza-sdk-node

[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.

Usage

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

Methods

const assetList = await oom.listAssets(params);
const asset = await oom.getAsset(id);

About

[WIP] A Node.js SDK for the Oomnitza API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published