box / box/box-python-sdk

Asynchronous IO Support

Aperta
#1,155 1 commento 4 reazioni 0 assegnatari Vedi su GitHub
enhancement
Lingua principale
Python
Stelle
459
Fork
223
Merge medio
8h 57m
PR unite (30g)
13

Descrizione

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?

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.