studio-helper

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.

npm install studio-helper
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 can be found here.