The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.02 - 2022-03-18

  • Removed all vehicle related stuff and moved it into a separate subclass distribution, Tesla::Vehicle. This distribution will only be for the managing of access tokens and speaking to the Tesla API directly
  • Cleaned up documentation about "id" param in new(). The children classes must take care of this
  • Added full blown caching mechanism to cache endpoint/id pair data for each call through the Tesla API (closes #3)
  • Access tokens now track their own expiry, and auto-refresh when needed (closes #2)

Modules

Interface to Tesla's API