使用 python 和 boto 的亚马逊 FPS 的最小示例?

发布于 2024-10-21 19:10:15 字数 132 浏览 1 评论 0原文

有人可以告诉我如何使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

明媚如初 2024-10-28 19:10:15

虽然示例非常少,但 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.

地狱即天堂 2024-10-28 19:10:15

您应该查看 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.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文