Skip to main content
Module

x/wmill/deps.ts>SettingService

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.
Go to Latest
class SettingService
import { SettingService } from "https://deno.land/x/wmill@v1.228.0/deps.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

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

test smtp