Skip to main content
Module

x/gesso/src/mod.ts>AccountReports

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

Constructors

new
AccountReports(config: Configuration)

Methods

deleteReport(
account_id: string,
report: string,
id: string,
body?: unknown,
): Promise<Report>
indexOfReports(
account_id: string,
report: string,
body?: unknown,
): Promise<Report[]>
listAvailableReports(account_id: string, body?: unknown): Promise<Grade>
startReport(
account_id: string,
report: string,
params?: StartReportParams,
body?: unknown,
): Promise<Report>
statusOfReport(
account_id: string,
report: string,
id: string,
body?: unknown,
): Promise<Report>