Skip to main content
Module

x/discordeno/mod.ts>RequestMethod

Discord API library for Deno
Latest
type alias RequestMethod
Re-export
import { type RequestMethod } from "https://deno.land/x/discordeno@18.0.1/mod.ts";
definition:
| "GET"
| "POST"
| "PUT"
| "DELETE"
| "PATCH"