Skip to main content
Module

x/harmony/mod.ts>RESTManager#get

An easy to use Discord API Library for Deno.
Go to Latest
method RESTManager.prototype.get
Re-export
import { RESTManager } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Makes a GET Request to API

Parameters

url: string
optional
body: unknown
optional
maxRetries = [UNSUPPORTED]
optional
bucket: string | null
optional
rawResponse: boolean
optional
options: RequestOptions

Returns

Promise<any>