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

Parameters

course_id: string
date: string
optional
body: unknown

Returns

Promise<Grade[]>