OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/classroom.rosters.readonly": { | 5 "https://www.googleapis.com/auth/classroom.rosters.readonly": { |
6 "description": "View your Google Classroom class rosters" | 6 "description": "View your Google Classroom class rosters" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/classroom.student-submissions.m
e.readonly": { | 8 "https://www.googleapis.com/auth/classroom.student-submissions.m
e.readonly": { |
9 "description": "View your course work and grades in Google C
lassroom" | 9 "description": "View your course work and grades in Google C
lassroom" |
10 }, | 10 }, |
(...skipping 1580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1591 }, | 1591 }, |
1592 "response": { | 1592 "response": { |
1593 "$ref": "GuardianInvitation" | 1593 "$ref": "GuardianInvitation" |
1594 } | 1594 } |
1595 } | 1595 } |
1596 } | 1596 } |
1597 } | 1597 } |
1598 } | 1598 } |
1599 } | 1599 } |
1600 }, | 1600 }, |
1601 "revision": "20170321", | 1601 "revision": "20170416", |
1602 "rootUrl": "https://classroom.googleapis.com/", | 1602 "rootUrl": "https://classroom.googleapis.com/", |
1603 "schemas": { | 1603 "schemas": { |
1604 "Attachment": { | 1604 "Attachment": { |
1605 "description": "Attachment added to student assignment work.\n\nWhen
creating attachments, setting the `form` field is not supported.", | 1605 "description": "Attachment added to student assignment work.\n\nWhen
creating attachments, setting the `form` field is not supported.", |
1606 "id": "Attachment", | 1606 "id": "Attachment", |
1607 "properties": { | 1607 "properties": { |
1608 "driveFile": { | 1608 "driveFile": { |
1609 "$ref": "DriveFile", | 1609 "$ref": "DriveFile", |
1610 "description": "Google Drive file attachment." | 1610 "description": "Google Drive file attachment." |
1611 }, | 1611 }, |
(...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2659 "type": "array" | 2659 "type": "array" |
2660 } | 2660 } |
2661 }, | 2661 }, |
2662 "type": "object" | 2662 "type": "object" |
2663 } | 2663 } |
2664 }, | 2664 }, |
2665 "servicePath": "", | 2665 "servicePath": "", |
2666 "title": "Google Classroom API", | 2666 "title": "Google Classroom API", |
2667 "version": "v1" | 2667 "version": "v1" |
2668 } | 2668 } |
OLD | NEW |