Skip to main content
Module

x/windmill/windmill-api/configuration.ts>ConfigurationParameters

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
interface ConfigurationParameters
import { type ConfigurationParameters } from "https://deno.land/x/windmill@v1.29.0/windmill-api/configuration.ts";

Interface with which a configuration object can be configured.

Properties

optional
baseServer: BaseServerConfiguration

Default server to use

optional
httpApi: HttpLibrary

HTTP library to use e.g. IsomorphicFetch

optional
middleware: Middleware[]

The middlewares which will be applied to requests and responses

optional
promiseMiddleware: PromiseMiddleware[]

Configures all middlewares using the promise api instead of observables (which Middleware uses)

optional
authMethods: AuthMethodsConfiguration

Configuration for the available authentication methods