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
The asyncio module gives an elegant way of handling not blocking code with async/await keywords.
It would be great to have an async getImage() method in the client.
Maybe other parts of the API could be improved in this way.