Closed bprotas closed 13 years ago
hi bprotas, i will have a look into this within the next week.
hi ben,
i generalized your approach, so that it's possible to pass in an array as value paramter. even though i don't think it's appropriate for other parameters :)
if you think this is an ok version i will push 0.6.2 within the next days.
kind regards, peter
That's awesome! Thanks!
just ping me if you think it works as expected and i will push a new version
It seemed natural to me to specify multiple ResponseGroups like:
lookup "1430218150", :ResponseGroup => [:Small, :AlternateVersions]
This small patch checks if ResponseGroup is an array, and if it is, joins it and sends on to Amazon. Test case included.