mpclarkson / StravaSwift

A Swift wrapper for the Strava API v3
MIT License
102 stars 45 forks source link

How to use ActivitiesZones? #18

Closed trijerett closed 4 years ago

trijerett commented 5 years ago

Looking to use the ActivitiesZones that is in the Router.swift file. How would I go about using it to request/get time spent in different zones (power, heart rate, pace). Thanks!

lludo commented 4 years ago

Get Activity Zones returns the zones for a given activity id. http://developers.strava.com/docs/reference/#api-Activities-getZonesByActivityId

lludo commented 4 years ago

Closing this for now as it does not look to be a SDK related issue.