osu-tournament-rating / otr-api

API powering osu! Tournament Rating
https://otr.stagec.xyz/
GNU General Public License v3.0
4 stars 2 forks source link

Add `/tournaments/{id}` and `/tournaments/{id}/matches` endpoints #222

Closed hburn7 closed 3 months ago

hburn7 commented 3 months ago

Was needing a way to get a set of tournament data for testing the processor, so figured I'd go ahead and implement these. Docs will be implemented at a later point when we are 100% certain on the direction of API docs.

hburn7 commented 3 months ago

Made redundant by #223