MCPcopy
hub / github.com/slackapi/node-slack-sdk / WebClientOptions

Interface WebClientOptions

packages/web-api/src/WebClient.ts:746–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744 */
745
746export interface WebClientOptions {
747 slackApiUrl?: string;
748 logger?: Logger;
749 logLevel?: LogLevel;
750 maxRequestConcurrency?: number;
751 retryConfig?: RetryOptions;
752 agent?: Agent;
753 tls?: TLSOptions;
754 rejectRateLimitedCalls?: boolean;
755 headers?: object;
756}
757
758export type TLSOptions = Pick<SecureContextOptions, 'pfx' | 'key' | 'passphrase' | 'cert' | 'ca'>;
759

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected