Closed chris-brown-nz closed 1 week ago
Try changing to
.get_activities_by_date(start_date, end_date)
.get_activities_by_date(start_date, end_date)
works, thanks
I don't think the get_activities method supports the datetime format. Maybe someone else can confirm.
Circling back on this super old issue, yeah -- the Garmin get activities request (which populates the Activity list page) has the format activitylist-service/activities/search/activities?limit=20&start=0
by default. So start
is just an offset from the most recent activity
Closing, as now more clearly hint typed in method.
Hi, I'm getting an error running the following:
gc.get_activities(start_date, 10)
This is the output:
I am happy to have a look into this but can't find any documentation for the connect api - can you point me to it please?