Enums§
- Classroom
Slash GetA Classroom Error - struct for typed errors of method
classroom_slash_get_a_classroom
- Classroom
Slash GetAn Assignment Error - struct for typed errors of method
classroom_slash_get_an_assignment
- Classroom
Slash GetAssignment Grades Error - struct for typed errors of method
classroom_slash_get_assignment_grades
- Classroom
Slash List Accepted Assigments ForAn Assignment Error - struct for typed errors of method
classroom_slash_list_accepted_assigments_for_an_assignment
- Classroom
Slash List Assignments ForA Classroom Error - struct for typed errors of method
classroom_slash_list_assignments_for_a_classroom
- Classroom
Slash List Classrooms Error - struct for typed errors of method
classroom_slash_list_classrooms
Functions§
- classroom_
slash_ get_ a_ classroom - 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.
- classroom_
slash_ get_ an_ assignment - Gets a GitHub Classroom assignment. Assignment will only be returned if the current user is an administrator of the GitHub Classroom for the assignment.
- classroom_
slash_ get_ assignment_ grades - 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.
- classroom_
slash_ list_ accepted_ assigments_ for_ an_ assignment - Lists any assignment repositories that have been created by students accepting a GitHub Classroom assignment. Accepted assignments will only be returned if the current user is an administrator of the GitHub Classroom for the assignment.
- classroom_
slash_ list_ assignments_ for_ a_ classroom - Lists GitHub Classroom assignments for a classroom. Assignments will only be returned if the current user is an administrator of the GitHub Classroom.
- classroom_
slash_ list_ classrooms - 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.