phoet / asin

:books: :package: Amazon Simple INterface - Support for ItemLookup, SimilarityLookup, Search, BrowseNode and Cart Operations
http://asin.herokuapp.com/
167 stars 59 forks source link

removing all the simple response wrapper classes #33

Closed phoet closed 10 years ago

phoet commented 10 years ago

while remaining backwards compatibility, this pr get's rid of SimpleItem SimpleCart and SimpleNode.

users relying on the old api can require 'asin/adapter' to keep the old api. all tests are still relying on that interface to ensure that it actually works.

using the adapter is considered deprecated and it will be removed in the next version.

/cc @kurtfunai

phoet commented 10 years ago

also closes #32