Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/windmill-api/types/ObjectParamAPI.ts>ObjectResourceApi

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 ObjectResourceApi
import { ObjectResourceApi } from "https://deno.land/x/windmill@v1.33.0/windmill-api/types/ObjectParamAPI.ts";

Constructors

new
ObjectResourceApi(
configuration: Configuration,
requestFactory?: ResourceApiRequestFactory,
responseProcessor?: ResourceApiResponseProcessor,
)

Methods

create resource

create resource_type

delete resource

delete resource_type

does resource exists

does resource_type exists

get resource

get resource_type

list resources

list resource_types

list resource_types names

update resource

update resource_type