teslatte/src/cli
gak 8c059769ee
refactor!: Rename Api to OwnerApi. Remove ResponseData<T>. Add VehicleApi trait.
Significant refactor to progress towards different API access that Tesla
has introduced. See issues #6 and #7.

Removed `ResponseData` because it wasn't very ergonomic, forcing the user
to deref or call data(). Also it had specific fields for JSON output
which was only used for the CLI, so I introduced a field
`print_responses` in OwnerApi that the CLI can use.
2023-10-22 09:17:32 +11:00
..
energy.rs refactor!: Rename Api to OwnerApi. Remove ResponseData<T>. Add VehicleApi trait. 2023-10-22 09:17:32 +11:00
powerwall.rs refactor!: Rename Api to OwnerApi. Remove ResponseData<T>. Add VehicleApi trait. 2023-10-22 09:17:32 +11:00
vehicle.rs refactor!: Rename Api to OwnerApi. Remove ResponseData<T>. Add VehicleApi trait. 2023-10-22 09:17:32 +11:00