Google App Engine 上的亚马逊产品广告 API
在 Google App Engine 上使用 Amazon Product API 的最简单方法是什么?如何解决 Google App Engine 的套接字限制?
What is the easiest way to use the Amazon Product API on the Google App Engine? How do you work around the socket limitations of Google App Engine?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您是否使用 REST API ?如果它纯粹是一个 REST API,您应该能够使用 urlfetch 服务进行调用。
到目前为止你尝试过什么,它给你带来了什么错误?
另外,您使用的是 Java 还是 Python 版本的 App Engine?
Are you using the REST API ? If it's purely a REST API, you should be able to make calls using the urlfetch service.
What have you tried so far, and what errors has it given you?
Also, are you using the Java or Python version of App Engine?
我将 此库 与 Beautiful Soup。到目前为止没有任何问题。
I'm using this library together with Beautiful Soup on App Engine. Had no problems so far.
此基本 Amazon Product API 模块兼容谷歌应用程序引擎。
This basic Amazon Product API module is compatible with Google App Engine.