classroom_slash_list_classrooms

Function classroom_slash_list_classrooms 

Source
pub async fn classroom_slash_list_classrooms(
    configuration: &Configuration,
    page: Option<i32>,
    per_page: Option<i32>,
) -> Result<Vec<SimpleClassroom>, Error<ClassroomSlashListClassroomsError>>
Expand description

Lists GitHub Classroom classrooms for the current user. Classrooms will only be returned if the current user is an administrator of one or more GitHub Classrooms.