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

x/windmill/windmill-api/apis/ScheduleApi.ts>ScheduleApiRequestFactory

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
class ScheduleApiRequestFactory
import { ScheduleApiRequestFactory } from "https://deno.land/x/windmill@v1.27.0/windmill-api/apis/ScheduleApi.ts";

no description

Methods

createSchedule(
workspace: string,
newSchedule: NewSchedule,
_options?: Configuration,
): Promise<RequestContext>

create schedule

deleteSchedule(
workspace: string,
path: string,
_options?: Configuration,
): Promise<RequestContext>

delete schedule

existsSchedule(
workspace: string,
path: string,
_options?: Configuration,
): Promise<RequestContext>

does schedule exists

getSchedule(
workspace: string,
path: string,
_options?: Configuration,
): Promise<RequestContext>

get schedule

listSchedules(
workspace: string,
page?: number,
perPage?: number,
_options?: Configuration,
): Promise<RequestContext>

list schedules

previewSchedule(inlineObject17: InlineObject17, _options?: Configuration): Promise<RequestContext>

preview schedule

setScheduleEnabled(
workspace: string,
path: string,
inlineObject18: InlineObject18,
_options?: Configuration,
): Promise<RequestContext>

set enabled schedule

updateSchedule(
workspace: string,
path: string,
editSchedule: EditSchedule,
_options?: Configuration,
): Promise<RequestContext>

update schedule