Skip to main content
Module

x/slack_web_api_client/client/api-client-options.ts>SlackAPIClientOptions

Streamlined Slack Web API client for TypeScript
Latest
interface SlackAPIClientOptions
import { type SlackAPIClientOptions } from "https://deno.land/x/slack_web_api_client@1.1.2/client/api-client-options.ts";

Properties

optional
logLevel: SlackAPIClientLogLevel
optional
throwSlackAPIError: boolean
optional
baseUrl: string
optional
retryHandlers: RetryHandler[]