osu-tournament-rating / otr-api

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

Use pagination instead of `/matches/convert` #308

Closed hburn7 closed 1 month ago

hburn7 commented 1 month ago

Instead of using /matches/convert we should use pagination, such as /matches?limit=[var]&offset=[var] GET.

This behavior is a breaking change for the otr-processor.

Tasks