CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 10 Aug 2025 20:47:30 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100211183235
location: https://web.archive.org/web/20100211183235/https://github.com/dsisnero/gdata-ruby
server-timing: captures_list;dur=0.627711, exclusion.robots;dur=0.025513, exclusion.robots.policy;dur=0.010539, esindex;dur=0.014057, cdx.remote;dur=871.970534, LoadShardBlock;dur=406.624192, PetaboxLoader3.resolve;dur=230.647767, PetaboxLoader3.datanode;dur=114.096008
x-app-server: wwwb-app210
x-ts: 302
x-tr: 1309
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app210; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 10 Aug 2025 20:47:30 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 11 Feb 2010 18:32:33 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "26ec3a93b222c222aa8cd15d6a1185c4"
x-archive-orig-x-runtime: 118ms
x-archive-orig-content-length: 27122
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 11 Feb 2010 18:32:35 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 17 Sep 2009 08:18:11 GMT", ; rel="prev memento"; datetime="Sun, 10 Jan 2010 04:02:09 GMT", ; rel="memento"; datetime="Thu, 11 Feb 2010 18:32:35 GMT", ; rel="next memento"; datetime="Mon, 11 Jun 2018 03:41:50 GMT", ; rel="last memento"; datetime="Thu, 10 Sep 2020 16:32:08 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_14_20100211173033_crawl103-c/51_14_20100211182622_crawl101.arc.gz
server-timing: captures_list;dur=0.807526, exclusion.robots;dur=0.030579, exclusion.robots.policy;dur=0.013199, esindex;dur=0.013245, cdx.remote;dur=45.945683, LoadShardBlock;dur=332.293982, PetaboxLoader3.datanode;dur=175.001109, PetaboxLoader3.resolve;dur=233.569460, load_resource;dur=167.797808
x-app-server: wwwb-app210
x-ts: 200
x-tr: 615
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
dsisnero's gdata-ruby at master - GitHub
This service is courtesy of Pledgie.
dsisnero / gdata-ruby
- Source
- Commits
- Network (6)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (2)
- master ✓
- spec_branch
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
A clone of https://rubyforge.org/projects/gdata-ruby — Read more
README.txt
GDataRuby by Dion Almaer https://gdata-ruby.rubyforge.net == DESCRIPTION: Google GData APIs allow developers to build applications on top of the Google open APIs. This project aims to help with wrappers on top of GData, and higher level libraries on top of each API itself (e.g. Calendar, Spreadsheet, Blogger, etc). See more information about Google GData APIs at https://code.google.com/apis/gdata/ == FEATURES/PROBLEMS: To start out the API set isn't covered. The aim is to support the GData API itself, and then higher level classes for the various Google APIs. Current support: * Google Account Authentication: Handle Google ClientLogin API * Google Spreadsheet Data API * Google Webmaster Tools API (partial support) Future support: * Google Calendar API * Google AdSense API * Google AdWords API * Google Base Data API * Blogger Data API * Google Code Search API * Google Data APIs == SYNOPSIS: require_gem 'gdata-ruby' % gspreadsheet 'sin(0.2)' == REQUIREMENTS: * gem == INSTALL: * sudo gem install == LICENSE: (The MIT License) Copyright (c) 2007 FIX Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.