MCPcopy Create free account
hub / github.com/ShipSecAI/studio / getSchedule

Method getSchedule

packages/backend-client/src/api-client.ts:295–299  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

293 }
294
295 async getSchedule(id: string) {
296 return this.client.GET('/api/v1/schedules/{id}', {
297 params: { path: { id } },
298 });
299 }
300
301 async createSchedule(schedule: CreateSchedulePayload) {
302 return this.client.POST('/api/v1/schedules', {

Callers 1

fetchScheduleByIdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected