pub async fn classroom_slash_get_an_assignment(
configuration: &Configuration,
assignment_id: i32,
) -> Result<ClassroomAssignment, Error<ClassroomSlashGetAnAssignmentError>>
Expand description
Gets a GitHub Classroom assignment. Assignment will only be returned if the current user is an administrator of the GitHub Classroom for the assignment.