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

x/gesso/src/mod.ts>SISIntegration

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

Constructors

new
SISIntegration(config: Configuration)

Methods

disableAssignmentsCurrentlyEnabledForGradeExportToSis(
course_id: string,
params?: DisableAssignmentsCurrentlyEnabledForGradeExportToSisParams,
body?: unknown,
): Promise<Scope>
retrieveAssignmentsEnabledForGradeExportToSis(
account_id: string,
params?: RetrieveAssignmentsEnabledForGradeExportToSisParams,
body?: unknown,
): Promise<Scope[]>