mlowijs / tesla_api

Lightweight Python API client for the Tesla API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No async interface

Dreamsorcerer opened this issue · comments

Currently all the functions in the API use blocking requests. This means when writing an application using asyncio, the interface freezes and becomes unresponsive for the duration of each request.

I saw your PR and will review it shortly, thanks for your contribution!