tesla_fleet_api 1.0.0
tesla_fleet_api: ^1.0.0 copied to clipboard
A Dart package for interacting with Tesla Fleet API
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2024-06-14 #
Added #
- Initial release of Tesla Fleet API Dart package
- Complete Tesla Fleet API implementation with all major endpoints
- Support for Vehicle operations (control, data retrieval, wake up)
- Support for Energy products (Solar, Powerwall management)
- Support for Charging operations (history, sessions, invoices)
- Support for Partner operations (account management, registration)
- OAuth 2.0 authentication with Authorization Code and Client Credentials flows
- Multi-region support (North America/Asia-Pacific, Europe/Middle East/Africa, China)
- Comprehensive error handling with specific exception types
- Automatic rate limiting with retry logic
- Interactive example with safety features and scope selection
- Full documentation with detailed usage examples
- Complete test suite with mocks and comprehensive coverage