osu-tournament-rating / otr-api

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

Rename `/players` endpoints to comply with resource oriented design #307

Open myssto opened 1 month ago

myssto commented 1 month ago

None of the existing /players endpoints conform to resource oriented design. They need to be renamed to reflect this standard.

Tasks:

Tasks regarding id-mapping and country-mapping can be determined once #303 is completed Depends on osu-tournament-rating/otr-api#303