Skip to main content
Module

x/windmill/mod.ts>ScriptService.getTopHubScripts

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

get top hub scripts

Parameters

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

Returns

CancelablePromise<{ asks?: Array<{ id: number; ask_id: number; summary: string; app: string; version_id: number; kind: HubScriptKind; votes: number; views: number; }>; }>

any hub scripts list