0.0
No commit activity in last 3 years
No release in over 3 years
A ruby library for interacting with the eBay XML Trading API, based on self-generated request and response classes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 1.7.1
~> 0.8.1
 Project 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.