- Add
most_gifted
,most_wished_for
,new_releases
, andtop_sellers
accessors onBrowseNode
, populating them when present in a browse node lookup response. Matt Huggins
- Add
offers
andoffer_summary
accessors onItem
, populating them when present in an item lookup or item search API response. Matt Huggins
-
Add
editorial_reviews
accessor onItem
, populating them when present in an item lookup or item search API response. Matt Huggins -
Fix issue with browse node response data being empty. Matt Huggins
-
Implement Amazon's BrowseNodeLookup operation, accessible through
Client#browse_node_lookup
. Matt Huggins -
Remove unintended
valid
accessor onItemLookup
andItemSearch
response objects, favoring thevalid?
method. Matt Huggins -
Accept a string or an array for ResponseGroup value when initializing via
ItemLookup#response_group
orItemSearch#response_group
. Matt Huggins
-
Add
small_image
,medium_image
, andlarge_image
accessors onItem
, populating them when present in an item lookup or item search API response. Matt Huggins -
Add
image_sets
accessor onItem
, populating them when present in an item lookup or item search API response. Matt Huggins -
Add
Item#parent_asin
method to retrieve ASIN for parent item when available. Matt Huggins -
Create this change log file. Matt Huggins
- Create
Item#keys
method & dynamic boolean methods to check for item attribute existence. Matt Huggins
- Initial release. Matt Huggins