Parse.com 的 Stripe 云代码模块的限制?
Limitations of Stripe Cloud Code Module for Parse.com?
我使用 Parse.com 的 BaaS 进行数据存储,还使用他们的 Cloud Code 平台进行支付处理。几个月前,我编写了一个有效的支付处理脚本。但现在我注意到 class 方法名称和回调结构的差异。
在参考 Parse.com 的 JS API 文档时,他们将我引到了这个页面:
https://parse.com/docs/js/api/classes/Stripe.html
但它不存在。 Parse 的 Cloud Code 平台的当前 API 文档没有关于其第三方模块的文档。
The built-in Stripe Cloud Module provides a subset of the functionality available
to Stripe customers. If the feature you are interested in is not supported by this
Cloud Module, you may want to consider writing your own Stripe JavaScript wrapper
as a custom Cloud Module. We suggest looking at Stripe's API Libraries index
for inspiration.
有人对 Parse.com 的 Stripe 云代码模块的限制有任何说明吗?
我不记得确切的版本,但它是 Stripe API 的 2011 年后期版本。我对缺乏 Parse 的支持感到有点恼火,实际上构建了一个支持 Parse 的 Stripe Node.js API 库的修改版本(比我计划的要复杂一些)。它目前基于 Stripe-Node API 的 4.2.0 版本,实际上应该与迄今为止的任何版本的 Stripe API 兼容。 (解析实际上硬编码了 API 版本)。
我使用 Parse.com 的 BaaS 进行数据存储,还使用他们的 Cloud Code 平台进行支付处理。几个月前,我编写了一个有效的支付处理脚本。但现在我注意到 class 方法名称和回调结构的差异。
在参考 Parse.com 的 JS API 文档时,他们将我引到了这个页面:
https://parse.com/docs/js/api/classes/Stripe.html
但它不存在。 Parse 的 Cloud Code 平台的当前 API 文档没有关于其第三方模块的文档。
The built-in Stripe Cloud Module provides a subset of the functionality available
to Stripe customers. If the feature you are interested in is not supported by this
Cloud Module, you may want to consider writing your own Stripe JavaScript wrapper
as a custom Cloud Module. We suggest looking at Stripe's API Libraries index
for inspiration.
有人对 Parse.com 的 Stripe 云代码模块的限制有任何说明吗?
我不记得确切的版本,但它是 Stripe API 的 2011 年后期版本。我对缺乏 Parse 的支持感到有点恼火,实际上构建了一个支持 Parse 的 Stripe Node.js API 库的修改版本(比我计划的要复杂一些)。它目前基于 Stripe-Node API 的 4.2.0 版本,实际上应该与迄今为止的任何版本的 Stripe API 兼容。 (解析实际上硬编码了 API 版本)。