UNPKG

@elastic.io/component-commons-library

Version:
12 lines (11 loc) 385 B
export declare class PlatformApiRestClient { usingTaskUser: boolean; private readonly userAgentHeaders; private readonly msgId; private readonly logger; private readonly username; private readonly password; private readonly baseUrl; constructor(emitter: any, cfg: any, userAgent?: string, msgId?: string); makeRequest(options: any): Promise<any>; }