Skip to content

Commit 25e6ff1

Browse files
feat: Automated regeneration of Classroom client (#12692)
Auto-created at 2024-12-12 13:15:27 +0000 using the toys pull request generator.
1 parent b72688c commit 25e6ff1

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
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.23"}]
14+
[{:google_api_classroom, "~> 0.24"}]
1515
end
1616
```
1717

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ 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-
3327
# View and manage announcements in Google Classroom
3428
"https://www.googleapis.com/auth/classroom.announcements",
3529

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 "20241208"
23+
@discovery_revision "20241209"
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.23.0"
21+
@version "0.24.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)