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 Translate client #11010

Merged
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
7 changes: 3 additions & 4 deletions clients/translate/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# GoogleApi.Translate

Google Cloud Translation API client library.
Cloud Translation API client library.

The Google Cloud Translation API lets websites and programs integrate with
Google Translate programmatically.
Integrates text translation into your website or application.

## Installation

Expand All @@ -18,7 +17,7 @@ end

## For more information

Product documentation is available at [https://code.google.com/apis/language/translate/v2/getting_started.html](https://code.google.com/apis/language/translate/v2/getting_started.html).
Product documentation is available at [https://cloud.google.com/translate/docs/quickstarts](https://cloud.google.com/translate/docs/quickstarts).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_translate](https://hexdocs.pm/google_api_translate).
5 changes: 2 additions & 3 deletions clients/translate/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ defmodule GoogleApi.Translate.Mixfile do

defp description() do
"""
Google Cloud Translation API client library. The Google Cloud Translation API lets websites and programs integrate with
Google Translate programmatically.
Cloud Translation API client library. Integrates text translation into your website or application.
"""
end

Expand All @@ -60,7 +59,7 @@ defmodule GoogleApi.Translate.Mixfile do
licenses: ["Apache 2.0"],
links: %{
"GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/translate",
"Homepage" => "https://code.google.com/apis/language/translate/v2/getting_started.html"
"Homepage" => "https://cloud.google.com/translate/docs/quickstarts"
}
]
end
Expand Down
Loading