yo-ru / gulag-web

The frontend appearance for the osu! server protocol, gulag!
MIT License
18 stars 26 forks source link

move api over to gulag #62

Open Airkek opened 3 years ago

Airkek commented 3 years ago

cmyui changed sql scheme in v3.2.2 and it's broke api/get_user

image

alowave223 commented 3 years ago

image

alowave223 commented 3 years ago

and the api from the web side is no longer relevant because it was added to gulag image

cmyui commented 3 years ago

Will be moving all this api stuff to gulag soon, have already started work on it.

yo-ru commented 3 years ago

I'll push a hotfix for /api/get_user.

I wont move gulag-web over to gulag's internal api until it is fully finished.

yo-ru commented 3 years ago

Will reopen and close upon merge of api change

cmyui commented 3 years ago

Note that most of the API is now complete under the devel branch of gulag, feel free to move to the new handlers & remove the old api blueprint here.

If there's any more handlers needed, feel free to leave them here.