{"id":15659171,"url":"https://github.com/jnunemaker/googlebase","last_synced_at":"2025-05-05T17:13:48.837Z","repository":{"id":65988489,"uuid":"509","full_name":"jnunemaker/googlebase","owner":"jnunemaker","description":"[DEAD] Google Base Auth Class is a base for authenticating to google and making requests to google services.","archived":false,"fork":false,"pushed_at":"2013-06-05T20:48:34.000Z","size":291,"stargazers_count":21,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T22:32:29.549Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://googlebase.rubyforge.org/","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/jnunemaker.png","metadata":{"files":{"readme":"README.txt","changelog":"History.txt","contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-02-14T02:45:29.000Z","updated_at":"2021-07-13T19:20:59.000Z","dependencies_parsed_at":"2023-02-19T20:40:22.504Z","dependency_job_id":null,"html_url":"https://github.com/jnunemaker/googlebase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnunemaker%2Fgooglebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnunemaker%2Fgooglebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnunemaker%2Fgooglebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnunemaker%2Fgooglebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jnunemaker","download_url":"https://codeload.github.com/jnunemaker/googlebase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252542068,"owners_count":21764907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-10-03T13:15:30.119Z","updated_at":"2025-05-05T17:13:48.812Z","avatar_url":"https://github.com/jnunemaker.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"DEAD AND UNMAINTAINED\n\nGoogle Base Class is a base for authenticating to google and making requests to google services.\n\n=Installation\n\nsudo gem install googlebase\n\n=Usage\n\n===Establish A Connection\n\nThe code below shows how to use the gem by itself. It checks if username and password are correct (raising Google::LoginError on FAIL) and stores the session id internally. Then you can make requests and the session id is automatically passed in a cookie.\n\n\trequire 'google/base'\n\tGoogle::Base.establish_connection('username', 'password')\n\tGoogle::Base.get('http://google.com/reader/path/to/whatever/')\n\tGoogle::Base.get('https://google.com:443/analytics/home/') # to make an ssl request\n\n===Inheritance\n\nThis example takes things a bit farther and shows how to use this class simply as a base to get some methods for free and then wrap whatever google service you would like.\n\t\n\trequire 'google/base'\n\tGoogle::Base.establish_connection('username', 'password')\n\tmodule Google\n\t  module Reader\n\t    class Base \u003c Google::Base\n\t      class \u003c\u003c self\n\t        def get_token\n\t          get(\"http://www.google.com/reader/api/0/token\")\n\t        end\n\t      end\n\t    end\n\t  end\n\tend\n\n\tputs Google::Reader::Base.get_token\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnunemaker%2Fgooglebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjnunemaker%2Fgooglebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnunemaker%2Fgooglebase/lists"}