npm.io
1.19.4 • Published 1 year ago

studio-helper

Licence
Version
1.19.4
Deps
10
Size
302 kB
Vulns
1
Weekly
0

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.

Keywords