-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for stand-alone course materials; these were not previo…
…usly supported by the Google Classroom API.
- Loading branch information
Showing
6 changed files
with
330 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
6.00.02 | ||
|
||
Added support for stand-alone course materials; these were not previously supported by the Google Classroom API. | ||
* See: https://github.com/taers232c/GAMADV-XTD3/wiki/Classroom-Courses#display-course-materials | ||
* See: https://github.com/taers232c/GAMADV-XTD3/wiki/Classroom-Courses#create-and-update-courses | ||
|
||
To use the course materials features you must authorize the appropriate scope: `'Classroom API - Course Work/Materials'`. | ||
``` | ||
gam oauth create | ||
gam user [email protected] check|update serviceaccount | ||
``` | ||
|
||
6.00.01 | ||
|
||
Improve error handling in `gam delete|update chromepolicy` and `gam show chromepolicies`. | ||
|
Oops, something went wrong.