From 271f0c86e38af3fb1f09efb9f3c9ac1a88791e45 Mon Sep 17 00:00:00 2001 From: Sai Cheemalapati Date: Wed, 17 May 2017 14:09:37 -0700 Subject: [PATCH] Update README.md (#579) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index efe3c9410..a6701543c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ This library is in Alpha. We will make an effort to support the library, but we reserve the right to make incompatible changes when necessary. +## Working with Google Cloud Platform APIs? + +If you're working with Google Cloud Platform APIs such as Datastore, Cloud Storage or Pub/Sub, consider using [gcloud](https://github.com/GoogleCloudPlatform/google-cloud-ruby), an idiomatic Ruby client for Google Cloud Platform services. + +You can find the list of Google Cloud Platform APIs supported by gcloud in the [gcloud docs](https://googlecloudplatform.github.io/gcloud-ruby/#/docs/google-cloud). + ## Migrating from 0.8.x See [MIGRATING](MIGRATING.md) for additional details on how to migrate to the latest version.