import * as windmill from "https://deno.land/x/windmill@v1.32.0/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. | |
c Flow | |
c Job | |
Represents an HTTP request context | |
Helper class to generate a | |
Represents the configuration of a server including its url template and variable configuration based on the url. | |
c User | |
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. | |
Type Aliases
Represents an HTTP file which will be transferred from or to a server. | |
Represents the body of an outgoing HTTP request. | |