UNPKG

@elastic.io/component-commons-library

Version:
8 lines (7 loc) 300 B
import { NoAuthRestClient } from './NoAuthRestClient'; export declare class ApiKeyRestClient extends NoAuthRestClient { apiKeyHeaderName: string; apiKeyHeaderValue: string; constructor(emitter: any, cfg: any); protected addAuthenticationToRequestOptions(requestOptions: any): void; }