Skip to main content
Module

x/windmill/mod.ts>ScriptService.queryHubScripts

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

query hub scripts by similarity

Parameters

unnamed 0: { text: string; kind?: string; limit?: number; app?: string; }

Returns

CancelablePromise<Array<{ ask_id: number; id: number; version_id: number; summary: string; app: string; kind: HubScriptKind; score: number; }>>

any script details