studio-helper
v1.19.4
Published
Crasman Studio API Helper
Downloads
413
Readme
studio-helper
This library provides a Node.js client for working with Crasman Studio API. It is intended for interactive programs running in a CLI environment and prompts users for credentials as needed.
Installation
npm install studio-helper
Usage
import StudioHelper from 'studio-helper';
const studioHelper = new StudioHelper(...);
// If needed this will prompt the user for credentials
const res = await studioHelper.getConversions();
API Documentation
API Documentation can be found here.