Ogadai / zwift-mobile-api

MIT License
120 stars 25 forks source link

Give RideOns #17

Closed otakuu closed 6 years ago

otakuu commented 6 years ago

An action to give RideOns would be nice:

Ogadai commented 6 years ago

@otakuu When I saw this email come through, I thought you were submitting a pull request with RideOns implemented! Oh well :-/

I agree though - I've been meaning to implement a RideOn mechanism for a while now. It may happen this week if I get time.

Probably just for single riders though. You could use the Event APIs to get all the riders in an event category. If you just mean the group of riders who happen to be near you at the time, then I don't know how to do that.

Ogadai commented 6 years ago

Turned out to be pretty easy. Check out profile.giveRideOn(otherRiderId, activityId); in the documentation.