Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Go to Latest
function runProxyMethod
import { runProxyMethod } from "https://deno.land/x/discordeno@13.0.0-rc45/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