box / box/box-python-sdk

Asynchronous IO Support

オープン
#1,155 コメント 1 件 リアクション 4 件 担当者 0 名 GitHub で見る
enhancement
主要言語
Python
スター
459
フォーク
223
平均マージ
8時間 57分
マージ済み PR(30日)
13

説明

Hi,

We are currently reviewing if we should use this Python SDK or go for bare HTTP calls (in a Python enviroment).
While the SDK has many advantages the major disadvantage we see is that all methods seem to be synchronous.
Given that this is just a wrapper around the HTTP API calls using `requests` this will cause blocking invocations because of the IO nature of HTTP which isn't great for performance.
Are there any plans to implement `async` methods or create an `async` version of this SDK?

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。