nekoraw / guweb

The frontend appearance for the osu! server protocol, gulag! 🧶
MIT License
1 stars 3 forks source link

Multiplayer Lobby Page #12

Closed nekoraw closed 1 year ago

nekoraw commented 1 year ago

Describe alternatives you've considered there's an api endpoint on nekoraw/bancho.py that returns multiplayer data -> https://api.{domain}/v1/get_match?id={match_id}

there are some sample data you can get: match id 20 to 24 https://api.takuji.nkrw.dev/v1/get_match?id=20

luis10barbo commented 1 year ago

This api route should give some sort of "match_name", like the official osu! one, but it doesnt. Is this fixable?

luis10barbo commented 1 year ago

Scores "max_combo" are missing in api response image

nekoraw commented 1 year ago

yeah will fix it soon, i will need to modify the database schema

for now just assume these fields exists in the json

nekoraw commented 1 year ago

fixed already.

you can see a new match with all correct values in https://api.takuji.nkrw.dev/v1/get_match?id=25