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.
x/slack_oauth/deps.ts>WebClient#buildResult
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.