cyberjunky / python-garminconnect

Python 3 API wrapper for Garmin Connect to get activity statistics
MIT License
966 stars 151 forks source link

Outputting a list of the cumulative steps per day :question: #100

Closed SiebeA closed 1 year ago

SiebeA commented 2 years ago

Does such a method already exist? Or for now, can the daily steps only be extracted from the client.get_steps_data method?

dpfrakes commented 1 year ago

I discovered another endpoint that I think addresses this question:

https://github.com/cyberjunky/python-garminconnect/pull/114

cyberjunky commented 1 year ago

I just released version 0.1.51

SiebeA commented 1 year ago

Great addition @cyberjunky Ron! I've been using it a lot :)