Skip to main content
Module

x/windmill/windmill-api/types/ObjectParamAPI.ts>ObjectScriptApi

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 ObjectScriptApi
import { ObjectScriptApi } from "https://deno.land/x/windmill@v1.28.1/windmill-api/types/ObjectParamAPI.ts";

Constructors

new
ObjectScriptApi(
configuration: Configuration,
requestFactory?: ScriptApiRequestFactory,
responseProcessor?: ScriptApiResponseProcessor,
)

Methods

archive script by hash

archive script by path

createScript(param: ScriptApiCreateScriptRequest, options?: Configuration): Promise<string>

create script

delete script by hash (erase content but keep hash)

inspect deno code to infer jsonschema of arguments

exists script by path

get hub script content by path

get script by hash

get script by path

list all available hub scripts

listScripts(param: ScriptApiListScriptsRequest, options?: Configuration): Promise<Array<Script>>

list all available scripts

inspect python code to infer jsonschema of arguments