Closed harkairt closed 3 years ago
sure i'll try to add this endpoint asap
I checked the code and i see that there already is a function for this in repository:
stravaClient.activities.listActivityLaps(activityId)
but still i am updating the method name to match with strava documentation. from now on it will be:
stravaClient.activities.getLapsByActivityId(activityId)
I wasn't expecting such a fast response. Thank you very much! :)
Now I realized laps are also part of the simple stravaClient.activities.getActivity(:id)
call. So there are even more ways of accessing it.
I'd like to request support for the getLapsByActivityId endpoint.
Thank you! :)