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

x/slack_oauth/deps.ts>WebClient#buildResult

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

Processes an HTTP response into a WebAPICallResult by performing JSON parsing on the body and merging relevent HTTP headers into the object.

Parameters

response: IAxiodResponse
  • an http response