@dolbyio/dolbyio-rest-apis-client
Version:
Node.JS wrapper for the Dolby OptiView REST APIs
16 lines (15 loc) • 395 B
TypeScript
/**
* Media APIs.
*/
export * as media from './media';
/**
* Dolby Millicast APIs.
* @see {@link https://optiview.dolby.com/docs/millicast/api/millicast-api/}
*/
export * as streaming from './streaming';
/** @ignore */
export * as urls from './urls';
export { default as Logger } from 'js-logger';
/** Gets the version of this library. */
declare const version: string;
export { version };