@byu-oit/canvas-sdk
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@byu-oit/canvas-sdk", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A wrapper around Instructure's Canvas API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -119,3 +119,3 @@ 'use strict'; | ||
sections.getAllEnrollments = async function(sisSectionId) { | ||
return await canvas.request('GET', `sections/sis_section_id:${sisSectionId}/enrollments`); | ||
return await canvas.requestAll(`sections/sis_section_id:${sisSectionId}/enrollments`); | ||
}; | ||
@@ -122,0 +122,0 @@ |
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
48765