Skip to main content
Module

x/windmill/windmill-api/index.ts

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
import * as windmill from "https://deno.land/x/windmill@v1.28.1/windmill-api/index.ts";

Classes

Represents an error caused by an api call i.e. it has attributes for a HTTP status code and the returned body object.

Applies http authentication to the request context.

Applies apiKey authentication to the request context.

Represents an HTTP request context

Helper class to generate a ResponseBody from binary data

Represents the configuration of a server including its url template and variable configuration based on the url.

Enums

Represents an HTTP method.

Functions

Creates the authentication methods from a swagger description.

Configuration factory function

Interfaces

Defines the contract for a middleware intercepting requests before they are sent (but after the RequestContext was created) and before the ResponseContext is unwrapped.

Interface authentication schemes.