Skip to content

0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 11:52
· 21 commits to refs/heads/master since this release
30246ac

Breaking change

Every CLI command now stores the API credentials in a file for reuse in later calls. By default, data is stored to ~/.bimmer_connected.json (Mac and Linux) or C:\Users\username\.bimmer_connected.json (Windows). The file location can be changed using the --oauth-store parameter.
If you don't want the data stored, use the --disable-oauth-store parameter.

What’s Changed