• Stars
    star
    123
  • Rank 290,145 (Top 6 %)
  • Language
    Ruby
  • License
    MIT License
  • Created almost 16 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Ruby interface to the eBay XML Trading API
# == 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.