Skip to main content
Module

x/windmill/windmill-api/index.ts>SettingService

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 SettingService
import { SettingService } from "https://deno.land/x/windmill@v1.298.0/windmill-api/index.ts";

Static Methods

getGlobal(unnamed 0: { key: string; }): CancelablePromise<any>

get global settings

get local settings

send stats

setGlobal(unnamed 0: { key: string; requestBody: { value?: any; }; }): CancelablePromise<string>

post global settings

testLicenseKey(unnamed 0: { requestBody: { license_key: string; }; }): CancelablePromise<string>

test license key

testMetadata(unnamed 0: { requestBody: string; }): CancelablePromise<string>

test metadata

testObjectStorageConfig(unnamed 0: { requestBody: any; }): CancelablePromise<string>

test object storage config

testSmtp(unnamed 0: { requestBody: { to: string; smtp: { host: string; username: string; password: string; port: number; from: string; tls_implicit: boolean; }; }; }): CancelablePromise<string>

test smtp