Closed SiebeA closed 1 year ago
Does such a method already exist? Or for now, can the daily steps only be extracted from the client.get_steps_data method?
client.get_steps_data
I discovered another endpoint that I think addresses this question:
https://github.com/cyberjunky/python-garminconnect/pull/114
I just released version 0.1.51
Great addition @cyberjunky Ron! I've been using it a lot :)
Does such a method already exist? Or for now, can the daily steps only be extracted from the
client.get_steps_data
method?