FirstCyclingAPI
FirstCyclingAPI copied to clipboard
RaceEditionResults endpoint broken
Hi, thx for the library, it is really helping. In race/race.py there is
self._get_endpoint(endpoint=RaceEditionResults, l=classification_num, e=zero_padded_stage_num)
And in constants.py I see classifications = {'general': 1, 'youth': 2, 'points': 3, 'mountain': 4, 'sprint': 6}
So I suppose that l=1 should give me the general. However, it does not. FirstCycling seems not to work anymore like that. Can you confirm the current state?