Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix readme how to use example #48

Merged
merged 2 commits into from
Jul 15, 2023
Merged

Commits on Jun 25, 2023

  1. Fix How to use example

    Credentials need to be passed to login method as an object. Otherwise it will still attempt to use the credentials from garmin.config.json.
    04nd01 authored Jun 25, 2023
    Configuration menu
    Copy the full SHA
    3e86a0d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Fix readme how to use example

    Credentials need to be passed to the constructor as an object. Otherwise it will still attempt to use the credentials from garmin.config.json and fail if that file does not exist.
    04nd01 authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    b1c15f7 View commit details
    Browse the repository at this point in the history