🌐
GitHub
github.com › googleapis › google-api-ruby-client
GitHub - googleapis/google-api-ruby-client: REST client for Google APIs · GitHub
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life.
Starred by 2.9K users
Forked by 886 users
Languages   Ruby
🌐
Google
docs.cloud.google.com › ruby › docs
Ruby documentation | Google Cloud Documentation
Learn how to use Google Cloud product libraries and frameworks to build and iterate Ruby apps on Google Cloud.
🌐
Google
developers.google.com › google data apis › using ruby with the google data apis
Using Ruby with the Google Data APIs | Google for Developers
The cellsFeed can be used for batch updates to multiple individual cells using a PUT request. Jochen Hartmann, Google Data APIs Team April 2008 ... Ruby is a dynamic scripting language that has received a good amount of attention in recent years due to the popular Rails web-development framework.
🌐
Google Cloud
cloud.google.com › ruby › documentation › get started with ruby
Get started with Ruby | Google Cloud
Ruby · Documentation · Guides · Send feedback · This tutorial is intended for those new to building apps in the cloud, such as engineers and web developers, who want to learn key app development concepts as they apply to Google Cloud. Learn basic Google Cloud tools, such as the Google Cloud console and gcloud.
🌐
GitHub
github.com › googleapis › google-cloud-ruby
GitHub - googleapis/google-cloud-ruby: Google Cloud Client Library for Ruby · GitHub
This repository includes client libraries for Google Cloud Platform services, along with a selected set of Google services unrelated to the cloud platform. Most directories each correspond to a client library RubyGem, including its code, tests, ...
Starred by 1.4K users
Forked by 567 users
Languages   Ruby
🌐
GitHub
github.com › googleapis › google-auth-library-ruby
GitHub - googleapis/google-auth-library-ruby: Google Auth Library for Ruby · GitHub
This is Google's officially supported ruby client library for using OAuth 2.0 authorization and authentication with Google APIs.
Starred by 501 users
Forked by 264 users
Languages   Ruby 96.8% | Shell 3.2%
🌐
Google
googleapis.dev › ruby › google-api-client › v0.8.7
Google API Client
Be sure https://rubygems.org/ is in your gem sources. ... require 'google/api_client' require 'google/api_client/client_secrets' require 'google/api_client/auth/installed_app' # Initialize the client. client = Google::APIClient.new( :application_name => 'Example Ruby application', :application_version => '1.0.0' ) # Initialize Google+ API.
🌐
Google
docs.cloud.google.com › developer tools › ruby › get started with ruby
Get started with Ruby | Google Cloud Documentation
Ruby · Guides · Send feedback · This tutorial is intended for those new to building apps in the cloud, such as engineers and web developers, who want to learn key app development concepts as they apply to Google Cloud. Learn basic Google Cloud tools, such as the Google Cloud console and gcloud.
🌐
GitHub
googleapis.github.io › google-cloud-ruby › docs
Google Cloud Gems
Google Cloud Client Library for Ruby - an idiomatic, intuitive, and natural way for Ruby developers to integrate with Google Cloud Platform services, like Cloud Datastore and Cloud Storage.
Find elsewhere
🌐
GitHub
googleapis.github.io › google-cloud-ruby
Google Cloud Ruby
The Google APIs Ruby Client is a client library for using the broad set of Google APIs. gcloud is built specifically for the Google Cloud Platform and is the recommended way to integrate Google Cloud APIs into your Ruby applications.
🌐
Google
developers.google.com › youtube › data api › ruby quickstart
Ruby Quickstart | YouTube Data API | Google for Developers
Install the Google API client library using `gem install google-api-client`. A sample `quickstart.rb` file is then created and populated. Finally, the `ruby quickstart.rb` command runs the script, prompting for authorization which stores credentials for future use.
🌐
Google Groups
groups.google.com › g › rubyonrails-talk
Ruby on Rails: Talk - Google Groups
Welcome to the mailing list / google group for Ruby on Rails users. If you are going to post jobs, please include [JOBS] in the subject line.
🌐
Medium
medium.com › @DazWilkin › getting-started-w-ruby-on-gcp-6c7b363cf57e
Getting Started w/ Ruby on GCP
September 26, 2017 - GCS includes Ruby samples for the Cloud Client Libraries. So, beyond the setup, I’m not going to reproduce that content here. https://cloud.google.com/storage/docs/listing-buckets#storage-list-buckets-ruby
🌐
Google Cloud
cloud.google.com › blog › products › gcp › the-state-of-ruby-on-google-cloud-platform
The state of Ruby on Google Cloud Platform | Google Cloud Blog
June 25, 2018 - We've also tested the gems with Rails 3, Rails 4 and Rails 5. At Next we also announced that Postgres on Cloud SQL is in beta. All of these things should make it easier to move your Rails and Sinatra applications to App Engine. More info on using Ruby on Google Cloud Platform (GCP) is available at http://cloud.google.com/ruby.
🌐
GitHub
github.com › googleapis › google-api-ruby-client › blob › main › docs › usage-guide.md
google-api-ruby-client/docs/usage-guide.md at main · googleapis/google-api-ruby-client
Google simple REST clients support several different types of authentication, including OAuth 2.0, service accounts, API keys, and default credentials. Detailed documentation, including examples of several common authentication flows, is provided in the separate Auth Guide. In the present document, we will discuss a few basic cases to get started. Most auth functionality is provided in two separate Ruby gems, which simple REST clients bring in as dependencies.
Author   googleapis
🌐
Google
developers.google.com › google data apis › google data on rails
Google Data on Rails | Google Data APIs | Google for Developers
A Ruby utility library is available for accessing Google Data APIs with Ruby on Rails, handling fundamentals like authentication and basic XML manipulation.
🌐
Caliban
caliban.org › ruby › ruby-google.shtml
Ruby/Google
It allows the user to programmatically query the Google search-engine from the comfort of his or her favourite programming language, assuming that's Ruby.