HirasawaProject / Hirasawa-Bancho

Open-source osu server made in Kotlin
MIT License
6 stars 0 forks source link

Add support for osu! API #145

Closed cg0 closed 4 years ago

cg0 commented 4 years ago

We should use the new V2 API as documented here. https://osu.ppy.sh/docs/index.html as it's currently the recommended API.

cg0 commented 4 years ago

A lot of what we require is not documented yet, we'll stick with the v1 API for now and upgrade later. Plus the v1 is much more portable.