Skip to content

A small dotnet library for accessing data from the polestar api.

Notifications You must be signed in to change notification settings

jamescoverdale/PolestarSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolestarSharp

A small dotnet library to help access the Polestar web api.

Usage

  • Install the nuget package: dotnet add package PolestarSharp
  • Perform a login and data request:
var api = new PolestarApi("email", "password", "vin");
await api.Login();

var battery = await api.GetBatteryInfo();
var odometer = await api.GetOdometerData();

About

A small dotnet library for accessing data from the polestar api.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages