UNPKG

polyv-live-cli

Version:

CLI tool for managing PolyV live streaming services.

8 lines 528 B
import { PolyVClient } from 'polyv-live-api-sdk'; import { AuthConfig } from '../types/auth'; export declare function getSdkClient(authConfig: AuthConfig, baseUrl?: string): PolyVClient; export declare function resetSdkClient(): void; export declare function createSdkClient(authConfig: AuthConfig, baseUrl?: string): PolyVClient; export { PolyVClient, PolyVAPIError, PolyVError, PolyVValidationError, } from 'polyv-live-api-sdk'; export type { PolyVClientConfig } from 'polyv-live-api-sdk'; //# sourceMappingURL=client.d.ts.map