Skip to main content
Module

x/slack_web_api/mod.ts

Slack Developer Kit for Node.js
Go to Latest
File
export { WebClient, WebClientEvent,} from './src/WebClient.ts'
export type { WebClientOptions, WebAPICallOptions, WebAPICallResult, PageAccumulator, PageReducer, PaginatePredicate} from './src/WebClient.ts'
export { LogLevel } from 'https://deno.land/x/slack_logger@3.0.0/mod.ts'export type { Logger } from 'https://deno.land/x/slack_logger@3.0.0/mod.ts'
export { ErrorCode } from './src/errors.ts'export type { CodedError, WebAPICallError, WebAPIPlatformError, WebAPIRequestError, WebAPIHTTPError, WebAPIRateLimitedError,} from './src/errors.ts'
export { default as retryPolicies } from './src/retry-policies.ts'export type { RetryOptions } from './src/retry-policies.ts'
export { addAppMetadata } from './src/instrument.ts'
export * from './src/methods.ts'export type { default as Method } from './src/methods.ts'