Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 231 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 231 Bytes

Tesla Client API for Java

This library aims to be the simplest possible implementation of Tesla Client API

TeslaClient client = TeslaClient.Builder( email, pswd ).build();
List<Vehicle> vehicles = client.getVehicles();