etsy4r
etsy4r is a Ruby wrapper for the Etsy API. It utilizes the amazing HTTParty gem by John Nunemaker. If you need to build an API wrapper that gem is an enourmous help, refer to the following:
railstips.org/2008/7/29/it-s-an-httparty-and-everyone-is-invited
etsy4r wraps all of the etsy api calls into 1 nice library. Etsy’s API is currenly in beta so this library will probably be changing frequently. Most likely there will only be additions.
Etsy added all images to a listing details when the detail_level is set to :high so I have removed my Etsy4r::ImageParser class
Etsy API
The Etsy api is currently in beta. See this blog post for details: www.etsy.com/storque/etsy-news/tech-updates-handmade-code-etsys-beta-api-3055/
You will need to email their development staff to get access to the API setion of the website before you can register for an API key which you will need to do.
USAGE
See github.com/tcocca/etsy4r/tree/master/examples
I have added example calls to all of the methods and object.
INSTALATION
sudo gem install tcocca-etsy4r -s gems.github.com
QUESTION/CONCERNS/COMMENTS
Send me an email through github or at tom dot cocca at gmail dot com Feel free to fork and submit changes There is a test suite built on rspec.
COPYRIGHT
Copyright © 2008 Tom Cocca. See LICENSE for details.