Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/discordeno/rest/rest.ts>RequestMethod

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