Skip to main content
Module

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

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

Configuration factory function

If a property is not included in conf, a default is used:

  • baseServer: server1
  • httpApi: IsomorphicFetchHttpLibrary
  • middleware: []
  • promiseMiddleware: []
  • authMethods: {}

Parameters

optional
conf: ConfigurationParameters = [UNSUPPORTED]

partial configuration