File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
lib/google_api/classroom/v1 Expand file tree Collapse file tree 4 files changed +9
-3
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
1111
1212``` elixir
1313def deps do
14- [{:google_api_classroom , " ~> 0.24 " }]
14+ [{:google_api_classroom , " ~> 0.25 " }]
1515end
1616```
1717
Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ defmodule GoogleApi.Classroom.V1.Connection do
2424
2525 use GoogleApi.Gax.Connection ,
2626 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+
2733 # View and manage announcements in Google Classroom
2834 "https://www.googleapis.com/auth/classroom.announcements" ,
2935
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ defmodule GoogleApi.Classroom.V1 do
2020 API client metadata for GoogleApi.Classroom.V1.
2121 """
2222
23- @ discovery_revision "20250111 "
23+ @ discovery_revision "20250114 "
2424
2525 def discovery_revision ( ) , do: @ discovery_revision
2626end
Original file line number Diff line number Diff line change 1818defmodule GoogleApi.Classroom.Mixfile do
1919 use Mix.Project
2020
21- @ version "0.24.1 "
21+ @ version "0.25.0 "
2222
2323 def project ( ) do
2424 [
You can’t perform that action at this time.
0 commit comments