jolpica / jolpica-f1

Apache License 2.0
92 stars 4 forks source link

Bugfixes for standings endpoints #26

Closed jolpica closed 6 months ago

jolpica commented 6 months ago

Contains 1 known different to ergast which isn't worth fixing:

e.g. for the f1/2023/driverstandings.json endpoint Ergast:

'StandingsTable': {
    'StandingsLists': [
        {
            'DriverStandings': [...],
            'round': '22',
            'season': '2023',
        },
    ],
    'season': '2023',
},

jolpica

'StandingsTable': {
    'StandingsLists': [
        {
            'DriverStandings': [...],
            'round': '22',
            'season': '2023',
        },
    ],
    'round': '22',
    'season': '2023',
},