jamesremuscat / pyze

Unofficial Python client and API for Renault ZE
MIT License
111 stars 29 forks source link

Remove Kamereon token and don't include it in requests. #74

Closed jamesremuscat closed 4 years ago

jamesremuscat commented 4 years ago

Renault have changed their API so that including a Kamereon token in a request causes the server to error out. The solution, fortunately, is straightforward; just remove all references to it from pyze, since it no longer seems to be required.

Fixes #73.