ppy / osu-web

the browser-facing portion of osu!
https://osu.ppy.sh
GNU Affero General Public License v3.0
974 stars 380 forks source link

Open up user lookup api #11506

Closed nanaya closed 4 days ago

nanaya commented 6 days ago

I think the limit is about 50 times higher than the index one (for 50 users lookup). The endpoint itself is relatively lightweight 🤷

Renamed things so they're less redundant.

Related: ppy/osu#29982

notbakaneko commented 4 days ago

I just remembered a difference between the user lookup and removed user card endpoint in #11505 is the user card one allows restricted users to lookup themselves and see their own card.

nanaya commented 4 days ago

Wait, none of these are even related to this pr ಠ_ಠ

restricted user own card should be fixed here (because I didn't realize the unrelatedness) and as for deleteduser thing, I don't know if it's ever limited anywhere.