Skip to main content
Module

x/windmill/mod.ts>JobApi#createJobSignature

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 JobApi.prototype.createJobSignature
Re-export
import { JobApi } from "https://deno.land/x/windmill@v1.38.3/mod.ts";

create an HMac signature given a job id and a resume id

Parameters

workspace: string
id: string
resumeId: number
optional
_options: Configuration

Returns

Promise<string>