osu-tournament-rating / otr-api

API powering osu! Tournament Rating
https://otr.stagec.xyz/
4 stars 2 forks source link

Use pagination for `GET` `/matches` #312

Closed myssto closed 1 month ago

myssto commented 1 month ago

Removes outdated methods used by the processor for requesting match data. Introduces a new endpoint for bulk-requesting match data that supports pagination.

New Endpoints

Schema Changes

Closes #308

hburn7 commented 1 month ago

Requires processor implementation before merge