【问题标题】:is there any solution to make asynchronous requests to woocommerce api in python?是否有任何解决方案可以在 python 中向 woocommerce api 发出异步请求?
【发布时间】: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


【解决方案1】:

AioHTTP 是 Python 中执行异步请求最常用的库之一。

【讨论】:

猜你喜欢
  • 1970-01-01
  • 2015-03-05
  • 1970-01-01
  • 1970-01-01
  • 2020-02-15
  • 2019-04-29
  • 2021-04-04
  • 1970-01-01
  • 2013-11-20
相关资源
最近更新 更多