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

x/windmill/windmill-api/apis/GroupApi.ts>GroupApiResponseProcessor

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 GroupApiResponseProcessor
import { GroupApiResponseProcessor } from "https://deno.land/x/windmill@v1.27.0/windmill-api/apis/GroupApi.ts";

Methods

addUserToGroup(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

createGroup(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

deleteGroup(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

getGroup(response: ResponseContext): Promise<Group>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

listGroupNames(response: ResponseContext): Promise<Array<string>>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

listGroups(response: ResponseContext): Promise<Array<Group>>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

removeUserToGroup(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects

updateGroup(response: ResponseContext): Promise<string>

Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects