Closed phoet closed 9 years ago
irb(main):001:0>
ASIN::Configuration.with_config host: "sha256.webservices.amazon.com" do
items = @client.search_keywords 'Learn', 'Objective-C'
puts items.first.item_attributes.title
# => "Learn Objective-C on the Mac: For OS X and iOS"
end
works!