import { RestClient } from "https://deno.land/x/denocordts@1.2.0/src/http/mod.ts";
Methods
private
addUrlToCollection(url: string, headers: Headers)Add url to collection with its ratelimit data
private
checks(url: string)private
createQueue(unnamed 0: { time?: number; href: string; method: | "GET"
| "POST"
| "PATCH"
| "DELETE"
| "PUT"
request()
href: string,
method: ,
| "GET"
| "POST"
| "PATCH"
| "DELETE"
| "PUT"
body?: { [name: string]: unknown; } | FormData,
headers?: { [name: string]: string; } | HeadersInit,
strignifyBody?: boolean,
formData?,