Suggestions for /get_user
Just a few simple requests regarding the wep API and the /get_user feature.
Returning a value for "Success", which would be 1 or 0. Would be useful instead of just returning "[ ]" when failed/banned. Apparently that is intentional, but no reason was givin' to as why. But would be very helpful if a value for "Success" was always returning, letting us know if data retrieved was successful or not, and to make it easier for the program to attempt to parse the rest of the data or not. Just something I see alot of API's do.
Returning user joined date, which was also suggested here. #150 Returning last login data/time(Maybe even and online/offline)
Returning total playtime. Also suggested here. #169 Returning global max combo.
Those are all I have on this at the moment. Thanks for reading and if I've suggested something stupid forgive me, new to the world of the OSU API and was only suggesting things I commonly see in others.
About the success thing: just test the array length, 0 = fail, 1 = success