Skip to content

Commit

Permalink
documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
petergardfjall committed Oct 1, 2023
1 parent 395cfb2 commit c905dd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions garminexport/garminclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def disconnect(self):

def _authenticate(self):
"""
Authenticate the user through their Garmin Connect username and password.
Authenticates using a Garmin Connect username and password.
The procedure has changed over the years. A good approach for figuring
it out is to use the browser development tools to trace all requests
Expand All @@ -122,7 +122,6 @@ def _login(self, username, password):
The return value is a URL where the created authentication ticket can be claimed.
For example, "https://connect.garmin.com/modern?ticket=ST-2550833-30KdiEJ3jqvFzLNGi2C7-sso"
The response message looks typically something like this:
{
"serviceURL":"https://connect.garmin.com/modern/",
Expand Down

0 comments on commit c905dd0

Please sign in to comment.