Skip to content

Commit dfff66f

Browse files
feat: Automated regeneration of Classroom client (googleapis#12833)
Auto-created at 2025-01-17 13:09:32 +0000 using the toys pull request generator.
1 parent 9fcc738 commit dfff66f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

clients/classroom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_classroom, "~> 0.24"}]
14+
[{:google_api_classroom, "~> 0.25"}]
1515
end
1616
```
1717

clients/classroom/lib/google_api/classroom/v1/connection.ex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

clients/classroom/lib/google_api/classroom/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2626
end

clients/classroom/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule 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
[

0 commit comments

Comments
 (0)