ardevd / jlrpy

Python library for interacting with the JLR Remote Car API
MIT License
84 stars 29 forks source link

Increase code reuse #34

Closed ardevd closed 5 years ago

ardevd commented 5 years ago

Use __open() for __authenticate(), __register_device(), __login_user() and get_vehicles() functions.

This significantly increases code reuse.

Closes #32