osuAkatsuki / bancho.py

An osu! server for the generic public, optimized for maintainability in modern python
https://akatsuki.gg
MIT License
216 stars 132 forks source link

Improve API coverage & transfer/improve on existing ones from gulag-web. #48

Closed cmyui closed 3 years ago

cmyui commented 3 years ago

The API is currently very lacking; we need at least coverage of user information (stats, scores, achievements, info), beatmaps, clans, etc.), we plan to move the API back to gulag itself mostly due to it's caching.

I need to put more thought into the optimal design for things like ranking graph data.

cmyui commented 3 years ago

Actually pretty happy with the current state of the API, and I think I've covered the ones I initially planned to copy from gulag-web.

If any more are needed, feel free to reopen and/or mention here or in my dms.