Skip to main content
Module

x/gesso/src/mod.ts>WebhooksSubscriptionsforPlagiarismPlatform

A TypeScript API client for Canvas LMS
Latest
class WebhooksSubscriptionsforPlagiarismPlatform
extends BaseApi
import { WebhooksSubscriptionsforPlagiarismPlatform } from "https://deno.land/x/gesso@v0.1.2/src/mod.ts";

Constructors

new
WebhooksSubscriptionsforPlagiarismPlatform(config: Configuration)

Methods

createWebhookSubscription(params?: CreateWebhookSubscriptionParams, body?: unknown): Promise<Scope>
deleteWebhookSubscription(id: string, body?: unknown): Promise<Scope>
listAllWebhookSubscriptionForToolProxy(body?: unknown): Promise<Scope>
showSingleWebhookSubscription(id: string, body?: unknown): Promise<Scope>
updateWebhookSubscription(id: string, body?: unknown): Promise<Scope>