Skip to main content
Module

x/ptereno/lib/types/http.ts>Method

An efficient and fully compliant Pterodactyl API wrapper.
Latest
enum Method
import { Method } from "https://deno.land/x/ptereno@v1.0.1/lib/types/http.ts";

Members

DELETE = "DELETE"
GET = "GET"
PATCH = "PATCH"
POST = "POST"
PUT = "PUT"