codyfauser / ebay
- Source
- Commits
- Network (12)
- Issues (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
ebay /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Oct 19 17:05:31 -0700 2009 | |
| |
CHANGELOG | Sun Jan 31 21:58:16 -0800 2010 | |
| |
MIT-LICENSE | Mon Jan 26 18:48:35 -0800 2009 | |
| |
README | Mon Jan 26 18:48:03 -0800 2009 | |
| |
Rakefile | Mon Oct 19 18:30:20 -0700 2009 | |
| |
examples/ | Mon Oct 19 17:05:31 -0700 2009 | |
| |
init.rb | Sat Nov 18 23:21:46 -0800 2006 | |
| |
lib/ | Sun Jan 31 21:58:16 -0800 2010 | |
| |
test/ | Sat Feb 14 07:54:43 -0800 2009 |
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.
