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-3/mod.ts";

/deployments

Deployment related resources.

Namespaces

GET /deployments/*

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

GET /deployments/:id

POST /deployments/:id Request

POST /deployments/:id Response

The base structure of some deployment related responses.

Deployment configurations. Recieved stringified.

The current project's files and information.

Pylon uses FastAPI, this is a FastAPI error.