getAthleteForUser

getAthleteForUser(PartialUser user, Instant startTime, @Nullable Instant endTime)

Asynchronously makes a request to the /athlete endpoint to fetch the athlete data for the given user.
Parameters:
user - the user to fetch the athlete data for
startTime - the start time to fetch data since
endTime - then end time to fetch data before
Returns:
future that will contain the API response upon completion