Unofficial Java client for Tesla API
This is Tesla API client library for Java based projects. As specified above, this is unofficial and is built using various sources available online such as
As of now, support is added for authentication API and some basic APIs. Following are the things in roadmap in order,
- Adding interceptor to handle authentication and caching auth token
- Adding more APIs,
- Vehicle data
- Mobile enabled
- Charge state
This library uses Feign client to build API clients so that's the only dependency it has right now. All other dependencies are for testing purposes only.