caccl-api
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -154,3 +154,3 @@ const EndpointCategory = require('../../../classes/EndpointCategory'); | ||
}; | ||
Course.listStudents.action = 'get the list of student enrollments in a course'; | ||
Course.listStudentEnrollments.action = 'get the list of student enrollments in a course'; | ||
@@ -173,3 +173,3 @@ /** | ||
}; | ||
Course.listTeachingTeamMembers.action = 'get the list of TAs and Teacher enrollments in a course'; | ||
Course.listTeachingTeamMemberEnrollments.action = 'get the list of TAs and Teacher enrollments in a course'; | ||
@@ -192,3 +192,3 @@ /** | ||
}; | ||
Course.listDesigners.action = 'get the list of designer enrollments in a course'; | ||
Course.listDesignerEnrollments.action = 'get the list of designer enrollments in a course'; | ||
@@ -211,3 +211,3 @@ /** | ||
}; | ||
Course.listObservers.action = 'get the list of observer enrollments in a course'; | ||
Course.listObserverEnrollments.action = 'get the list of observer enrollments in a course'; | ||
@@ -301,3 +301,3 @@ /*------------------------------------------------------------------------*/ | ||
}; | ||
Course.listStudentEnrollments.action = 'get the list of students in a course'; | ||
Course.listStudents.action = 'get the list of students in a course'; | ||
@@ -320,3 +320,3 @@ /** | ||
}; | ||
Course.listTeachingTeamMemberEnrollments.action = 'get the list of TAs and Teachers in a course'; | ||
Course.listTeachingTeamMembers.action = 'get the list of TAs and Teachers in a course'; | ||
@@ -339,3 +339,3 @@ /** | ||
}; | ||
Course.listDesignerEnrollments.action = 'get the list of designers in a course'; | ||
Course.listDesigners.action = 'get the list of designers in a course'; | ||
@@ -358,3 +358,3 @@ /** | ||
}; | ||
Course.listObserverEnrollments.action = 'get the list of observers in a course'; | ||
Course.listObservers.action = 'get the list of observers in a course'; | ||
@@ -361,0 +361,0 @@ /*------------------------------------------------------------------------*/ |
{ | ||
"name": "caccl-api", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A class that defines a set of smart Canvas endpoints that actually behave how you'd expect them to.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package