public
Description: Ruby interface to the eBay XML Trading API
Homepage: http://ebayapi.rubyforge.org/
Clone URL: git://github.com/codyfauser/ebay.git
ebay /
name age message
file .gitignore Mon Oct 19 17:05:31 -0700 2009 rename config.rb to config.template.rb so I can... [Bernd Ustorf]
file CHANGELOG Mon Oct 19 19:18:03 -0700 2009 Update to latest eBay schema version 637 [codyfauser]
file MIT-LICENSE Mon Jan 26 18:48:35 -0800 2009 Update MIT-LICENSE [codyfauser]
file README Mon Jan 26 18:48:03 -0800 2009 update CHANGELOG [codyfauser]
file Rakefile Mon Oct 19 18:30:20 -0700 2009 make version detection more robust [codyfauser]
directory examples/ Mon Oct 19 17:05:31 -0700 2009 rename config.rb to config.template.rb so I can... [Bernd Ustorf]
file init.rb Sat Nov 18 23:21:46 -0800 2006 Add existing code from local repo [codyfauser]
directory lib/ Mon Oct 19 19:18:03 -0700 2009 Update to latest eBay schema version 637 [codyfauser]
directory test/ Sat Feb 14 07:54:43 -0800 2009 Lock onto Money v1.7.1 as Money v2.0.0 has an i... [codyfauser]
README
# == eBay API Client for Ruby
#
# * Simple and easy to use Ruby implementation.
# * Ability to return a raw response for calls that return an extremely large response such as GetCategoriesRequest.
# * Up-to-date with the eBay API version 591
# * Months of usage in a production environment.
# * Support for Platform Notifications baked right in.
# 
# See the following article for details on how to get started:
# http://www.codyfauser.com/articles/2006/11/22/ebay-api-client-for-ruby

# For examples of many common tasks see the examples folder.