My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages

Client for the Google Base API implemented in Ruby

Base4R is currently able to create and update Google Base items. Support for querying the Base API could be added in the future, contributions are welcome.

2009-05-28

I have exported the code to github for anyone that prefers to use git http://github.com/doooks/base4r/tree/master ==

2008-08-18 API docs updated.

2008-08-17 Updated to v0.2

  • Add a required "unique_id" attribute to Item, as this is now required for all Base items see http://base.google.com/support/bin/answer.py?answer=78170#id.
  • Workaround xml formatting weirdness that has appeared since I last ran the unit tests by removing inter-tag whitespace in unit tests.
  • Remove the default values for "target_country" and "item_lang" in the constructor for UniversalItem and ProductItem to make the code a little less Brit-centric.
Powered by Google Project Hosting