Sha256: c85289aba48da9ffb837c0a392d0c1831a35df820afb596acff7e768919902ab

Contents?: true

Size: 1.58 KB

Versions: 163

Compression:

Stored size: 1.58 KB

Contents

# API Samples

This directory contains a small but growing collection of samples for various
APIs. Each sample can be run on the command line from the `google-api-samples`
script.

Contributions of new samples are welcome.

# Setup

Depending on which particular samples you want to run, different
steps may be required. Some samples, like Pub/Sub, require a service account,
others like Drive, Calendar, and YouTube require an OAuth Client ID. And in
some cases like Translate, only an API key is needed.

* Create a project at https://console.developers.google.com
* Go to the `API Manager` and enable the APIs you'd like to try
* Go to `Credentials` and create the appropriate type of credential for the sample
    * For keys, use 'Server key' as the type
    * For OAuth Client IDs, use 'Other' as the type
    * For service accounts, use the 'JSON' key type

Additional details on how to enable APIs and create credentials can be
found in the help guide in the console.


## Example Environment Settings

For convenience, application credentials can be read from the shell environment
or placed in a .env file.

After setup, your .env file might look something like:

```
GOOGLE_API_KEY=AIzaSyC6GvjvPlEzJpTW2bW2t0MPHXXXXXXXXXX
GOOGLE_CLIENT_ID=479164972499-i7j6av7bp2s4on5ltb7pjXXXXXXXXXX.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=JBotCTG5biFWGzXXXXXXXXXX
GOOGLE_APPLICATION_CREDENTIALS=~/ruby-samples-cred.json
```

# Running the samples

To list the available sample modules, run the script:
```
google-api-samples
```

To get help on a specific set of samples, run:
```
google-api-samples help <module>
```

Version data entries

163 entries across 163 versions & 2 rubygems

Version Path
google-api-client-0.52.0 samples/cli/README.md
google-api-client-0.51.0 samples/cli/README.md
google-api-client-0.50.0 samples/cli/README.md
google-api-client-0.49.0 samples/cli/README.md
google-api-client-0.48.0 samples/cli/README.md
google-api-client-0.47.0 samples/cli/README.md
google-api-client-0.46.2 samples/cli/README.md
google-api-client-0.46.1 samples/cli/README.md
google-api-client-0.46.0 samples/cli/README.md
google-api-client-0.45.1 samples/cli/README.md
google-api-client-0.45.0 samples/cli/README.md
google-api-client-0.44.2 samples/cli/README.md
google-api-client-0.44.1 samples/cli/README.md
google-api-client-0.44.0 samples/cli/README.md
google-api-client-0.43.0 samples/cli/README.md
google-api-client-0.42.2 samples/cli/README.md
google-api-client-0.42.1 samples/cli/README.md
google-api-client-0.42.0 samples/cli/README.md
google-api-client-0.41.2 samples/cli/README.md
google-api-client-0.41.1 samples/cli/README.md