Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async API #3

Open
discosultan opened this issue Oct 27, 2021 · 1 comment
Open

Async API #3

discosultan opened this issue Oct 27, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@discosultan
Copy link

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.

@discosultan discosultan changed the title Async API support Async API Oct 27, 2021
@mathiasfrohlich mathiasfrohlich added the enhancement New feature or request label Oct 28, 2021
@mathiasfrohlich
Copy link
Collaborator

@discosultan Thanks for the suggestion.

This is on the road map while keeping a wrapper for synchronous requests for compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants