sladkovm / stravaio

Python client for Strava API with a focus on fluent data handling
MIT License
71 stars 30 forks source link

Heart rate data is missing when using client.get_activity_by_id(activity_id) #17

Open owenrh opened 10 months ago

owenrh commented 10 months ago

(Thanks for the API and docs, they are great.)

I am not seeing heart rate data in the return response when using the client.get_activity_by_id(activity_id) call. I have checked that my heart rate data is not restricted by my privacy settings, so I believe it is visible:

This is with version:

stravaio                 0.0.9

Is this a bug?