Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class DenoAPI
import { DenoAPI } from "https://deno.land/x/netzo@v0.2.19/cli/src/utils/api.ts";

Constructors

new
DenoAPI(authorization: string, endpoint: string)

Methods

getLogs(uid: string, deploymentId: string): AsyncIterable<DenoLog>
getProject(uid: string): Promise<Project | null>
gitHubActionsDeploy(
uid: string,
files: Uint8Array[],
): AsyncIterable<DenoDeploymentProgress>
projectNegotiateAssets(projectUid: string, manifest: Manifest): Promise<string[]>
pushDeploy(
uid: string,
files: Uint8Array[],
): AsyncIterable<DenoDeploymentProgress>