8000 GitHub - jamescoverdale/PolestarSharp: A small dotnet library for accessing data from the polestar api.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jamescoverdale/PolestarSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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

0