Skip to main content
Module

x/tpy/mod.ts>Deployment

🔑 A strongly typed Pylon API client.
Go to Latest
namespace Deployment
Re-export
import { Deployment } from "https://deno.land/x/tpy@v1.0.0-pre-release-4/mod.ts";

Request and response structures related to the /deployments resource.

Namespaces

Schemas for GET /deployments/*.

Schemas for POST /deployments/*.

Not an API resource, this namespace behaves as templates and other base types.

Enums

A deployment's 'up' status. Altered by Pylon administrators.

The type of deployment.

Type Aliases

Response schema for GET /deployments/:id.

Request schema for POST /deployments/:id.

Response schema for POST /deployments/:id.

The base structure of some deployment related responses.

Deployment configurations; recieved as a string.

Pylon uses FastAPI, this is a FastAPI error.