Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method GradebookHistory.prototype.detailsForGivenDateInGradebookHistoryForThisCourse
import { GradebookHistory } from "https://deno.land/x/gesso@v0.1.2/src/mod.ts";

Parameters

course_id: string
date: string
optional
params: DetailsForGivenDateInGradebookHistoryForThisCourseParams
optional
body: unknown

Returns

Promise<Grade[]>