url_clubs {rStrava} | R Documentation |
Set the url of the clubs for the different requests
url_clubs(id = NULL, request = NULL)
id |
character for id of the club, defaults to authenticated club of the athlete |
request |
chr string, must be "members", "activities" or |
Function is used internally within get_club
A url string.
url_clubs()
url_clubs('123', request = 'members')