codyfauser / ebay

Ruby interface to the eBay XML Trading API

This URL has Read+Write access

codyfauser (author)
Mon Oct 19 18:09:38 -0700 2009
commit  259dce594b519bc1a3507122342f3cfeb11a7e95
tree    101ed58382856a4e30ae1c7c428115b9716205fc
parent  1df51ba78fc89e7baafea809740b5fdbf2877284 parent  261621a33acf1d22c45157d0f24bea228f9033a2
ebay /
name age message
file .gitignore Loading commit data...
file CHANGELOG
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
directory examples/
file init.rb Sat Nov 18 23:21:46 -0800 2006 Add existing code from local repo [codyfauser]
directory lib/
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.