Hello,
We’re slowly migrating our code from manually constructed API calls to using your SDK, but a major drawback for us is having to call the API synchronously in the background.
Is there any chance you guys will come up with async support in the near future, similarly to what Web3.py does, for example?
It seem to me that it should be relatively easy with openapi generator that you’re using already.