Skip to content

Commit

Permalink
feat: Automated regeneration of Classroom client (#12692)
Browse files Browse the repository at this point in the history
Auto-created at 2024-12-12 13:15:27 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Dec 12, 2024
1 parent b72688c commit 25e6ff1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion clients/classroom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding

```elixir
def deps do
[{:google_api_classroom, "~> 0.23"}]
[{:google_api_classroom, "~> 0.24"}]
end
```

Expand Down
6 changes: 0 additions & 6 deletions clients/classroom/lib/google_api/classroom/v1/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ defmodule GoogleApi.Classroom.V1.Connection do

use GoogleApi.Gax.Connection,
scopes: [
# See and update its own attachments to posts in Google Classroom
"https://www.googleapis.com/auth/classroom.addons.student",

# See, create, and update its own attachments to posts in classes you teach in Google Classroom
"https://www.googleapis.com/auth/classroom.addons.teacher",

# View and manage announcements in Google Classroom
"https://www.googleapis.com/auth/classroom.announcements",

Expand Down
2 changes: 1 addition & 1 deletion clients/classroom/lib/google_api/classroom/v1/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.Classroom.V1 do
API client metadata for GoogleApi.Classroom.V1.
"""

@discovery_revision "20241208"
@discovery_revision "20241209"

def discovery_revision(), do: @discovery_revision
end
2 changes: 1 addition & 1 deletion clients/classroom/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.Classroom.Mixfile do
use Mix.Project

@version "0.23.0"
@version "0.24.0"

def project() do
[
Expand Down

0 comments on commit 25e6ff1

Please sign in to comment.