Registry / networking / gdata
library1.1.2rbrubygemsunverified

Provides wrappers to simplify working with Google Data APIs, including Calendar, Documents, and Spreadsheets.

gem install gdata
INSTALL
IMPORT
SIG · GDATA
G
gdata
networkingrubyv1.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GData
require 'gdata'

Authenticate and access Google Docs

require 'gdata' client = GData::Client::DocList.new client.clientlogin('user@gmail.com', 'password') puts client.feed.to_xml
Debug
Known issues
breakingGoogle Data APIs are deprecated; use Google API Client instead
fix
Migrate to google-apis-* gems
affects: >= 0
Upgrade
Version history
1.1.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Amazon
1
Resources
gdata — gem install gdata · libregistry