-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Please extend the readme with atleast a simple example explaining how to use the framework. I'm unable to use it.
For example, I tried the following but it doesnt work. Maybe my access token is incorrect but it is also unclear how to obtain an access token in the first place.
var result = await client.GetVehiclesAsync(TESLA_ACCESS_TOKEN);
var vehicles = result.Data.Response;
foreach (var vehicle in vehicles)
{
Console.WriteLine(vehicle.DisplayName);
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels