Skip to main content
Module

x/slack_web_api_client/client/api-client.ts>NoArgAllowedSlackAPI

Streamlined Slack Web API client for TypeScript
Latest
interface NoArgAllowedSlackAPI
implements SlackAPI<Req, Resp>
import { type NoArgAllowedSlackAPI } from "https://deno.land/x/slack_web_api_client@1.1.2/client/api-client.ts";

Type Parameters

Req extends SlackAPIRequest
Resp extends SlackAPIResponse

Call Signatures

(args?: Req): Promise<Resp>