Module classroom_api

Source

Enums§

ClassroomSlashGetAClassroomError
struct for typed errors of method classroom_slash_get_a_classroom
ClassroomSlashGetAnAssignmentError
struct for typed errors of method classroom_slash_get_an_assignment
ClassroomSlashGetAssignmentGradesError
struct for typed errors of method classroom_slash_get_assignment_grades
ClassroomSlashListAcceptedAssigmentsForAnAssignmentError
struct for typed errors of method classroom_slash_list_accepted_assigments_for_an_assignment
ClassroomSlashListAssignmentsForAClassroomError
struct for typed errors of method classroom_slash_list_assignments_for_a_classroom
ClassroomSlashListClassroomsError
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.