blockfrost-python icon indicating copy to clipboard operation
blockfrost-python copied to clipboard

Async API

Open discosultan opened this issue 4 years ago • 1 comments

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 avatar Oct 27 '21 14:10 discosultan

@discosultan Thanks for the suggestion.

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

mathiasfrohlich avatar Oct 28 '21 18:10 mathiasfrohlich