Amazon Product Advertising API for Google App Engine

What is the easiest way to use the Amazon product APIs in Google App Engine? How do you work with socket restrictions in the Google App Engine?

+3
source share
3 answers

Are you using a REST API ? If it's just a REST API, you should be able to make calls using the urlfetch service.

What have you tried so far and what mistakes have you given him?

Also, are you using the Java or Python version for the App Engine?

+5
source

I use this library with Beautiful Soup in the App Engine. There were no problems so far.

+3

This core Amazon product API module is compatible with the Google App Engine.

0
source

Source: https://habr.com/ru/post/1741155/


All Articles