Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of SearchConsole client #11439

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/search_console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Install this package from [Hex](https://hex.pm) by adding

```elixir
def deps do
[{:google_api_search_console, "~> 0.17"}]
[{:google_api_search_console, "~> 0.18"}]
end
```

## For more information

Product documentation is available at [https://developers.google.com/webmaster-tools/search-console-api/](https://developers.google.com/webmaster-tools/search-console-api/).
Product documentation is available at [https://developers.google.com/webmaster-tools/about](https://developers.google.com/webmaster-tools/about).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_search_console](https://hexdocs.pm/google_api_search_console).
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.SearchConsole.V1 do
API client metadata for GoogleApi.SearchConsole.V1.
"""

@discovery_revision "20220128"
@discovery_revision "20240708"

def discovery_revision(), do: @discovery_revision
end
4 changes: 2 additions & 2 deletions clients/search_console/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.SearchConsole.Mixfile do
use Mix.Project

@version "0.17.0"
@version "0.18.0"

def project() do
[
Expand Down Expand Up @@ -59,7 +59,7 @@ defmodule GoogleApi.SearchConsole.Mixfile do
licenses: ["Apache 2.0"],
links: %{
"GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/search_console",
"Homepage" => "https://developers.google.com/webmaster-tools/search-console-api/"
"Homepage" => "https://developers.google.com/webmaster-tools/about"
}
]
end
Expand Down
Loading