agorapulse / grails-aws-sdk

Amazon Web Services SDK Grails Plugin
http://agorapulse.github.com/grails-aws-sdk/guide/
59 stars 40 forks source link

Product Advertising API #15

Closed nwittstruck closed 11 years ago

nwittstruck commented 11 years ago

Hi everybody,

I'm not sure if this really belongs into this plugin, since technically the Amazon Product Advertising API is not part of the AWS SDK (I think?), but would it be possible to add support for this API is well? It seems that a lot of functionality is the same, such as the request signing.

benorama commented 11 years ago

Hi, indeed, it looks like Amazon Product Advertising API is not part of AWS Java SDK. Since our plugin is just a Grails wrapper around the AWS Java SDK, it would not make much sense to integrate Amazon Product Advertising. Another specific Grails plugin would be more appropriate, but would require to code the access to the APIs since there is no Java wrapper lib. Sorry ;).