Skip to main content
Module

x/deno_slack_api/base-client.ts>BaseSlackAPIClient#setSlackApiUrl

Slack API Client for Deno Run on Slack projects
Latest
method BaseSlackAPIClient.prototype.setSlackApiUrl
import { BaseSlackAPIClient } from "https://deno.land/x/deno_slack_api@2.8.0/base-client.ts";

Parameters

apiURL: string

url endpoint for the Slack API used for api calls. It should include the protocol, the domain and the path.