Skip to content

Commit

Permalink
Bump API version to g2v29 to track with MySubaru v2.7.98
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Two committed Mar 3, 2024
1 parent 777dca9 commit 2909aa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion subarulink/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
For more details about this api, please refer to the documentation at
https://github.com/G-Two/subarulink
"""
__version__ = "0.7.10"
__version__ = "0.7.11"
4 changes: 2 additions & 2 deletions subarulink/_subaru_api/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"""
Constants used by subarulink to interact with the STARLINK HTTP API.
This is an undocumented API derived from analysis of the MySubaru Android app v2.7.83
This is an undocumented API derived from analysis of the MySubaru Android app v2.7.98
"""

API_VERSION = "/g2v28"
API_VERSION = "/g2v29"

API_SERVER = {
"USA": "mobileapi.prod.subarucs.com",
Expand Down

0 comments on commit 2909aa1

Please sign in to comment.