Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/windmill-api/index.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
import { JobApi } from "https://deno.land/x/windmill@v1.38.3/windmill-api/index.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>