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

x/gesso/src/AccountReports.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/AccountReports.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,
body?: unknown,
): Promise<Report>
statusOfReport(
account_id: string,
report: string,
id: string,
body?: unknown,
): Promise<Report>