Skip to main content
Module

x/slack_bolt/deps.ts>WebClient#buildResult

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
method WebClient.prototype.buildResult
Re-export
import { WebClient } from "https://deno.land/x/slack_bolt@1.0.0/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