【发布时间】:2021-08-06 08:16:28
【问题描述】:
是否有任何解决方案可以在 python 中向 woocommerce api 发出异步请求?
我在这里看到了 javascript 中的解决方案 >> Use async/await for Woocommerce API calls in AWS Lambda 。
python中有这样的模块吗?
【问题讨论】:
-
你试过 requests 模块了吗?
-
Requests 模块不支持使用异步等待。
标签: python woocommerce