Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cordeno/src/client/rest/ReqHandler.ts>ReqHandler

🦕 A Discord API wrapper for developing discord bots using the Deno runtime.
Latest
class ReqHandler
import { ReqHandler } from "https://deno.land/x/cordeno@v0.3.5/src/client/rest/ReqHandler.ts";

Constructors

new
ReqHandler(client: Client)

Properties

private
queue: Map<string, ReqQueue>

Methods

delete(route: string)
get(route: string): Promise<any>
patch(route: string, body?: object | string)
post(route: string, body?: object | string)