Package Exports
- studio-helper
- studio-helper/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (studio-helper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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-helperUsage
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.