Crasman Studio API Helper
npm install studio-helperstudio-helperThis 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.
``bash`
npm install studio-helper
`typescript
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.