@dolbyio/dolbyio-rest-apis-client
Version:
Node.JS wrapper for the Dolby OptiView REST APIs
12 lines (11 loc) • 393 B
TypeScript
export interface Hostnames {
api?: string;
rts?: string;
rtsDirector?: string;
mapi?: string;
}
export declare const initialize: (newHostnames: Hostnames) => void;
export declare const getApiHostname: () => string;
export declare const getRtsHostname: () => string;
export declare const getRtsDirectorHostname: () => string;
export declare const getMapiHostname: () => string;