Skip to main content
Module

x/windmill/windmill-api/apis/UserApi.ts>UserApiResponseProcessor

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

Methods

acceptInvite(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

createToken(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

createUser(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

createUserGlobally(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

declineInvite(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

deleteToken(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

deleteUser(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

getCurrentEmail(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

globalUserUpdate(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

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

leaveWorkspace(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

listTokens(response: ResponseContext): Promise<Array<TruncatedToken>>

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

listUsernames(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

listUsers(response: ResponseContext): Promise<Array<User>>

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

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

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

login(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

loginWithOauth(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

logout(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

setPassword(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

updateUser(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

whoami(response: ResponseContext): Promise<User>

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

whois(response: ResponseContext): Promise<User>

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