zabuldon / teslajsonpy

Apache License 2.0
56 stars 62 forks source link

fix: escape semicolons in vehicle_data endpoint #437

Closed dagstuan closed 10 months ago

dagstuan commented 10 months ago

For some reason, the Tesla API sometimes do not return all the data unless the semicolons in the endpoints parameter are URL encoded.

Replace ; with %3B which is the URL encoded value.