使用 python 和 boto 的亚马逊 FPS 的最小示例?
有人可以告诉我如何使用 python 的 boto 库进行亚马逊 FPS 交易,而我是呼叫者和接收者?遗憾的是这个优秀的文档没有提到
Someone could show me how can I use python's boto library for an amazon FPS transaction on which I'm the caller and the recipient? Sadly this exelent documentation doesn't mention
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
虽然示例非常少,但 boto 提供了非常优秀的 API 文档,看起来 FPS 也不例外。 fps 子包有自己的部分。
While the examples there are pretty minimal, boto provides pretty excellent API documentation, and it looks like FPS is no exception. The fps sub-package has its own section.
您应该查看 Amazon-FPS 特定于 django 的代码-商人。
此代码使用 boto,您可以看到打开 fps 连接、进行购买和积分的示例。 (或者您可以下载并使用 django-merchant。)
You should have a look at the Amazon-FPS-specific code for django-merchant.
This code uses boto, and you can see examples of opening the fps connection, making a purchase, and making a credit. (Or you could just download and use django-merchant.)