Skip to main content
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.28.1/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

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

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