Skip to content

Commit

Permalink
feat: Automated regeneration of Translate client (#11152)
Browse files Browse the repository at this point in the history
Auto-created at 2024-03-18 13:15:28 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Mar 18, 2024
1 parent 2d52b8a commit 31f51b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
9 changes: 4 additions & 5 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 @@ -12,13 +11,13 @@ Install this package from [Hex](https://hex.pm) by adding

```elixir
def deps do
[{:google_api_translate, "~> 0.17"}]
[{:google_api_translate, "~> 0.18"}]
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).
7 changes: 3 additions & 4 deletions clients/translate/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.Translate.Mixfile do
use Mix.Project

@version "0.17.0"
@version "0.18.0"

def project() do
[
Expand Down 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

0 comments on commit 31f51b1

Please sign in to comment.