{"id":34623256,"url":"https://github.com/dbtlr/google-api-rails","last_synced_at":"2026-05-27T11:35:20.681Z","repository":{"id":9161860,"uuid":"10958198","full_name":"dbtlr/google-api-rails","owner":"dbtlr","description":"A rails wrapper for the Google API ruby client.","archived":false,"fork":false,"pushed_at":"2013-06-28T02:41:16.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-19T10:08:43.386Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbtlr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-26T04:25:26.000Z","updated_at":"2016-01-07T21:29:04.000Z","dependencies_parsed_at":"2022-09-10T00:33:01.997Z","dependency_job_id":null,"html_url":"https://github.com/dbtlr/google-api-rails","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dbtlr/google-api-rails","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtlr%2Fgoogle-api-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtlr%2Fgoogle-api-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtlr%2Fgoogle-api-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtlr%2Fgoogle-api-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbtlr","download_url":"https://codeload.github.com/dbtlr/google-api-rails/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtlr%2Fgoogle-api-rails/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33564844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-24T15:41:49.194Z","updated_at":"2026-05-27T11:35:20.676Z","avatar_url":"https://github.com/dbtlr.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google API Wrapper for Ruby on Rails [![](https://travis-ci.org/dbtlr/google-api-rails.png)](https://travis-ci.org/dbtlr/google-api-rails)\n\nThis wraps the official [Google Ruby API client](https://github.com/google/google-api-ruby-client). All documentation for interacting with the actual client can be found there.\n\n## Installation\n\nAdd the gem to your Gemfile:\n\n```ruby\ngem install google-api-rails\n```\n\nCreate an initializer, for instance google-api-rails.rb with the following:\n\n```ruby\nGoogleApi.config do |config|\n  config.client_id = \"\u003cYour Google API Client Id\u003e\"\n  config.client_secret = \"\u003cYour Application Secret\u003e\"\n  config.application_name = \"\u003cYour Application Name\u003e\"\nend\n```\n\n## Getting Started\n\nTo use the Ruby API client, simple access it through the wrapper like so:\n\n```ruby\n# Make an API call\nresult = GoogleApi.client.execute(\n  :api_method =\u003e plus.activities.list,\n  :parameters =\u003e {'collection' =\u003e 'public', 'userId' =\u003e 'me'}\n)\n```\n\n## About This Gem\n\nI wrote this simply to have the convenience of keeping my Google API config in an initializer, instead of all over my apps. If you know of a better way or see something I missed, feel free to submit an issue or pull request.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbtlr%2Fgoogle-api-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbtlr%2Fgoogle-api-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbtlr%2Fgoogle-api-rails/lists"}