Skip to main content
Module

x/windmill/mod.ts>getFullResource

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

Get the full resource value by path

Parameters

optional
path: string

path of the resource, default to internal state path

optional
undefinedIfEmpty: boolean

if the resource does not exist, return undefined instead of throwing an error

Returns

Promise<any>

full resource