Skip to main content
Module

x/tpy/mod.ts>Deployment.GET.Deployment

🔑 A strongly typed Pylon API client.
Go to Latest
type alias Deployment.GET.Deployment
import { type Deployment } from "https://deno.land/x/tpy@v1.0.0-pre-release-3/mod.ts";
const { Deployment } = Deployment.GET;

GET /deployments/:id

Returns deployment information via ID.

Type Parameters

optional
Raw extends boolean = true
definition: Structures.Base & { config: Raw extends true ? string : Structures.Config; workbench_url: `wss://workbench.pylon.bot/ws/${string}`; guild: Guild.Structures.Payload; }