Skip to main content
Module

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

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

Properties

optional
body: any
optional
query: Record<string, string | string[]>
optional
params: Array<string>
optional
type: string