Skip to main content
Module

x/harmony/mod.ts>APIMap

An easy to use Discord API Library for Deno.
Latest
interface APIMap
implements MethodFunction
import { type APIMap } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Index Signatures

[name: string]: APIMap

Properties

get: APIMap

Make a GET request to current route

post: APIMap

Make a POST request to current route

patch: APIMap

Make a PATCH request to current route

put: APIMap

Make a PUT request to current route

delete: APIMap

Make a DELETE request to current route

head: APIMap

Make a HEAD request to current route