garmin-connect icon indicating copy to clipboard operation
garmin-connect copied to clipboard

Golang client for the (unoffical reverse engineered) Garmin Connect API

Results 6 garmin-connect issues
Sort by recently updated
recently updated
newest added

Hi, @abrander @davidkroell Again there is a problem with authorization, maybe the solution is a new method of authorization? (OAuth): https://github.com/petergardfjall/garminexport/pull/104 The problem is already reported in 2 threads using...

Hello, Do you support the 2FA option in garmin to log ? thanks

Garmin will return http code 202 when import a activity to it now.

Fix password stdin to work on windows and upgraded golang to 1.20

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20201221181555-eec23a3978ad to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20201221181555-eec23a3978ad&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

This PR adds support for workouts (`create`, `get`, `list`, `update` and `delete`) and the ability to schedule them (`create`, `list` and `delete`). I've attached some docs at the end of...