Ernestas Kluonis
Ernestas Kluonis
Beatmaps may have a "Colours" section without any custom combo colors. While parsing such a file, the combo colors are cleared, but none are added, which later produces a division...
This an API endpoint proposal for getting real-time updates about new user scores. --- ## Real time score stream #### **URL** Uses WebSockets for real-time updates. ``` ws://osu.ppy.sh/api/score_stream ``` ####...
This is an API endpoint proposal for information about multiple users at once. --- ## Users bundle #### **URL** ``` /api/get_users_bundle ``` #### **Description** Retrieve a bundle of users information....
This is an API endpoint proposal for retrieving online users. --- ## Online users #### **URL** ``` /api/get_online_users ``` #### **Description** Retrieve the user IDs of online players. #### **Potentional...
This is a proposal for an API endpoint for retrieving the leaderboards. --- ## Leaderboard #### **URL** ``` /api/get_leaderboard ``` #### **Description** Retrieve user information from a certain leaderboard. ####...
Apparent there is already #35 and #38 - that's what I get for not checking. Submitting anyways under "kotlin3", because this implementation is using a bit more idiomatic code and...