0.0
No commit activity in last 3 years
No release in over 3 years
Handcrafted API Wrapper for Etsy utilizing httparty
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme
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:

http://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:
http://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 http://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 http://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 (c) 2008 Tom Cocca. See LICENSE for details.