Skip to main content
Module

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

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

Constructors

new
ObjectWorkspaceApi(
configuration: Configuration,
requestFactory?: WorkspaceApiRequestFactory,
responseProcessor?: WorkspaceApiResponseProcessor,
)

Methods

create workspace

deleteInvite(param: WorkspaceApiDeleteInviteRequest, options?: Configuration): Promise<string>

delete user invite

delete workspace

edit slack command

exists username

exists workspace

inviteUser(param: WorkspaceApiInviteUserRequest, options?: Configuration): Promise<string>

invite user to workspace

list pending invites for a workspace

list all workspaces visible to me with user info

list all workspaces visible to me

list all workspaces as super admin (require to be super admin)