pub async fn classroom_slash_get_a_classroom(
configuration: &Configuration,
classroom_id: i32,
) -> Result<Classroom, Error<ClassroomSlashGetAClassroomError>>
Expand description
Gets a GitHub Classroom classroom for the current user. Classroom will only be returned if the current user is an administrator of the GitHub Classroom.