Sha256: b4ba48c9733bd1952eab650956c2a020ca3e9211f71de088604f167f09095984

Contents?: true

Size: 1.43 KB

Versions: 1

Compression:

Stored size: 1.43 KB

Contents

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.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tcocca-etsy4r-0.4.0 README