G-Two / subarulink

A python package for interacting with Subaru STARLINK remote vehicle services.
Apache License 2.0
82 stars 14 forks source link

Update to g2v25 #70

Closed G-Two closed 1 year ago

G-Two commented 1 year ago

This package currently uses g2v24 and the official app now uses g2v25 (as of Jan 20 2023).

Based on Android MySubaru 2.7.39 www/app/pages/initPage.js:10

var defaultApi = "/g2v25";

Need to determine content changes (if any) and update this package before Subaru turns off g2v24 endpoints.

G-Two commented 1 year ago