Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/windmill-api/apis/WorkspaceApi.ts>WorkspaceApiResponseProcessor

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
class WorkspaceApiResponseProcessor
import { WorkspaceApiResponseProcessor } from "https://deno.land/x/windmill@v1.38.3/windmill-api/apis/WorkspaceApi.ts";

Methods

createWorkspace(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

deleteInvite(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

deleteWorkspace(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

editSlackCommand(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

existsUsername(response: ResponseContext): Promise<boolean>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

existsWorkspace(response: ResponseContext): Promise<boolean>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

inviteUser(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

listWorkspaces(response: ResponseContext): Promise<Array<Workspace>>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects