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

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

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

no description

Methods

createVariable(
workspace: string,
createVariable: CreateVariable,
_options?: Configuration,
): Promise<RequestContext>

create variable

deleteVariable(
workspace: string,
path: string,
_options?: Configuration,
): Promise<RequestContext>

delete variable

existsVariable(
workspace: string,
path: string,
_options?: Configuration,
): Promise<RequestContext>

does variable exists at path

getVariable(
workspace: string,
path: string,
decryptSecret?: boolean,
_options?: Configuration,
): Promise<RequestContext>

get variable

listContextualVariables(workspace: string, _options?: Configuration): Promise<RequestContext>

list contextual variables

listVariable(workspace: string, _options?: Configuration): Promise<RequestContext>

list variables

updateVariable(
workspace: string,
path: string,
editVariable: EditVariable,
_options?: Configuration,
): Promise<RequestContext>

update variable