Skip to main content
Module

x/discordeno/mod.ts>RequestMethod

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