-
In Garmin connect dailies endpoint in Health API we get timeOffsetHeartRateSamples": "{15: 75, 30: 75, 3180: 76, 3195: 65, 3210: 65, 3225: 73, 3240: 74, 3255: 74}", can I use this library to call the dailies endpoint? And should I have to use a garmin developer account consumer and secret key to use this ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Garth does not currently support the Garmin Health API
Garth uses the same consumer key and secret as the Connect app, but those keys don't appear to work for the Health API. |
Beta Was this translation helpful? Give feedback.
If you know the endpoint, you can callgarth.client.connectapi(path)
. Otherwise, if you create an issue, I can add it.Garth does not currently support the Garmin Health API
Not at all.Garth uses the same consumer key and secret as the Connect app, but those keys don't appear to work for the Health API.