Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/windmill/windmill-api/apis/VariableApi.ts>VariableApiResponseProcessor

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 VariableApiResponseProcessor
import { VariableApiResponseProcessor } from "https://deno.land/x/windmill@v1.38.2/windmill-api/apis/VariableApi.ts";

Methods

createVariable(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

deleteVariable(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

existsVariable(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

getVariable(response: ResponseContext): Promise<ListableVariable>

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

listContextualVariables(response: ResponseContext): Promise<Array<ContextualVariable>>

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

listVariable(response: ResponseContext): Promise<Array<ListableVariable>>

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

updateVariable(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