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 #10925

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

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

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

## Installation

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

## For more information

Product documentation is available at [https://cloud.google.com/translate/docs/quickstarts](https://cloud.google.com/translate/docs/quickstarts).
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).

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

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

Expand All @@ -59,7 +60,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://cloud.google.com/translate/docs/quickstarts"
"Homepage" => "https://code.google.com/apis/language/translate/v2/getting_started.html"
}
]
end
Expand Down
Loading