Function classroom_slash_get_assignment_grades

Source
pub async fn classroom_slash_get_assignment_grades(
    configuration: &Configuration,
    assignment_id: i32,
) -> Result<Vec<ClassroomAssignmentGrade>, Error<ClassroomSlashGetAssignmentGradesError>>
Expand description

Gets grades for a GitHub Classroom assignment. Grades will only be returned if the current user is an administrator of the GitHub Classroom for the assignment.