Skip to content

sachingorade/tesla-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tesla-api-client

Build Status License codecov

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

  1. https://www.teslaapi.io/
  2. https://tesla-api.timdorr.com

As of now, support is added for authentication API and some basic APIs. Following are the things in roadmap in order,

  1. Adding interceptor to handle authentication and caching auth token
  2. Adding more APIs,
    1. Vehicle data
    2. Mobile enabled
    3. Charge state

Dependencies

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.