Module

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

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

Properties

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