Hey folks, thanks for the great Python SDK!
Have you considered adding an async option of the Client? As it's mainly about IO, this option should be useful for modern apps.
I would suggest using HTTPX instead of requests, which supports both sync & async flows, and has a pretty much the same API.
Hey folks, thanks for the great Python SDK!
Have you considered adding an async option of the Client? As it's mainly about IO, this option should be useful for modern apps.
I would suggest using HTTPX instead of
requests, which supports both sync & async flows, and has a pretty much the same API.