Skip to main content
Module

x/windmill/mod.ts>ScriptService.rawScriptByPathTokened

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
method ScriptService.rawScriptByPathTokened
import { ScriptService } from "https://deno.land/x/windmill@v1.298.0/mod.ts";

raw script by path with a token (mostly used by lsp to be used with import maps to resolve scripts)

Parameters

unnamed 0: { workspace: string; token: string; path: string; }

Returns

CancelablePromise<string>

string script content