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

x/windmill/windmill-api/apis/ScriptApi.ts>ScriptApiResponseProcessor

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

Methods

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

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

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

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

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

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

listScripts(response: ResponseContext): Promise<Array<Script>>

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

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

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