1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-16 06:52:36 +08:00
Commit Graph

1 Commits

  • Split /me request from /users requests
    Them being together always bothered me and led to the abject failure
    that is `APIUser` and its sprawl. Now that I'm about to add a flag that
    is unique to `/me` for verification purposes, I'm not repeating the
    errors of the past by adding yet another flag to `APIUser` that is never
    present outside of a single usage context.