Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/rest/runProxyMethod.ts>runProxyMethod

Discord API library for Node and Deno
Go to Latest
function runProxyMethod
import { runProxyMethod } from "https://deno.land/x/discordeno_patched@18.0.2/rest/runProxyMethod.ts";

Type Parameters

optional
T = any

Parameters

method:
| "GET"
| "POST"
| "PUT"
| "DELETE"
| "PATCH"
url: string
optional
body: unknown
optional
retryCount = [UNSUPPORTED]
optional
bucketId: string