File tree Expand file tree Collapse file tree 4 files changed +3
-9
lines changed
lib/google_api/classroom/v1 Expand file tree Collapse file tree 4 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
11
11
12
12
``` elixir
13
13
def deps do
14
- [{:google_api_classroom , " ~> 0.23 " }]
14
+ [{:google_api_classroom , " ~> 0.24 " }]
15
15
end
16
16
```
17
17
Original file line number Diff line number Diff line change @@ -24,12 +24,6 @@ defmodule GoogleApi.Classroom.V1.Connection do
24
24
25
25
use GoogleApi.Gax.Connection ,
26
26
scopes: [
27
- # See and update its own attachments to posts in Google Classroom
28
- "https://www.googleapis.com/auth/classroom.addons.student" ,
29
-
30
- # See, create, and update its own attachments to posts in classes you teach in Google Classroom
31
- "https://www.googleapis.com/auth/classroom.addons.teacher" ,
32
-
33
27
# View and manage announcements in Google Classroom
34
28
"https://www.googleapis.com/auth/classroom.announcements" ,
35
29
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ defmodule GoogleApi.Classroom.V1 do
20
20
API client metadata for GoogleApi.Classroom.V1.
21
21
"""
22
22
23
- @ discovery_revision "20241208 "
23
+ @ discovery_revision "20241209 "
24
24
25
25
def discovery_revision ( ) , do: @ discovery_revision
26
26
end
Original file line number Diff line number Diff line change 18
18
defmodule GoogleApi.Classroom.Mixfile do
19
19
use Mix.Project
20
20
21
- @ version "0.23 .0"
21
+ @ version "0.24 .0"
22
22
23
23
def project ( ) do
24
24
[
You can’t perform that action at this time.
0 commit comments