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

Update Translate API README.md #365

Merged
merged 1 commit into from
Oct 11, 2016
Merged
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
13 changes: 13 additions & 0 deletions translate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ libraries.
[maven-download]: https://maven.apache.org/download.cgi
[maven-install]: https://maven.apache.org/install.html

## Authentication
This sample uses API Key for authentication.

* Visit the [Google Cloud Console](https://console.cloud.google.com) and navigate to:
```
API Manager > Credentials > Create credentials > API Key
```

* Set the environment variable GOOGLE_API_KEY
```
export GOOGLE_API_KEY=<YOUR_PROJECT_API_KEY>
```

## Run the sample

To build the sample, we use Maven.
Expand Down