Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/slack_oauth/deps.ts>WebClient#makeRequest

Setup the OAuth flow for Slack apps easily. Deno port of @slack/oauth
Latest
method WebClient.prototype.makeRequest
Re-export
import { WebClient } from "https://deno.land/x/slack_oauth@3.0.2/deps.ts";

Low-level function to make a single API request. handles queuing, retries, and http-level errors

Parameters

url: string
body: IData
optional
headers: IHeaderData = [UNSUPPORTED]

Returns

Promise<IAxiodResponse>