Skip to main content
Module

x/windmill/windmill-api/servers.ts>ServerConfiguration#makeRequestContext

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
method ServerConfiguration.prototype.makeRequestContext
import { ServerConfiguration } from "https://deno.land/x/windmill@v1.28.1/windmill-api/servers.ts";

Creates a new request context for this server using the url with variables replaced with their respective values and the endpoint of the request appended.

Parameters

endpoint: string

the endpoint to be queried on the server

httpMethod: HttpMethod

httpMethod to be used