matin / garth

Garmin SSO auth + Connect Python client
MIT License
274 stars 20 forks source link

readme issue #26

Closed tcgoetz closed 11 months ago

tcgoetz commented 11 months ago

In the https://github.com/matin/garth#attempt-to-resume-session section of the readme, this line seems to be incorrect. The client part is not needed:

garth.client.username

tcgoetz commented 11 months ago

Also, the save and resume section refers to save and resume, but the code has load and dump.

matin commented 11 months ago

In the README, garth refers to the module, and garth.client is a global instance of garth.http.Client that's used in scripts for convenience.

In GarminDB, Download.garth is an instance of garth.http.Client.

Sorry for any confusion in the naming convention.