You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, the Rust and Node SDKs are exposing an async API (based on async/await). This Python SDK is exposing a sync API on the other hand.
If I'd like to use this SDK in an asyncio based Python code, should I use the REST API directly? Or are there any plans to expose an async Python API as well.
The text was updated successfully, but these errors were encountered:
For example, the Rust and Node SDKs are exposing an async API (based on async/await). This Python SDK is exposing a sync API on the other hand.
If I'd like to use this SDK in an asyncio based Python code, should I use the REST API directly? Or are there any plans to expose an async Python API as well.
The text was updated successfully, but these errors were encountered: