lib/mws/recommendations.rb in peddler-0.6.5 vs lib/mws/recommendations.rb in peddler-0.7.0

- old
+ new

@@ -1,12 +1,24 @@ -require 'mws/recommendations/client' +require 'peddler/client' + +module MWS + # The Recommendations API enables you to programmatically retrieve Amazon + # Selling Coach recommendations by recommendation category. A recommendation + # is an actionable, timely, and personalized opportunity to increase your + # sales and performance. + # + # @todo Not implemented + class Recommendations < ::Peddler::Client + path 'Recommendations/2013-04-01' + end +end