Srcom::Api::Users
Inherits Reference / Object
Constants
Class methods
Searches through all Users using the given query parameters.
Using lookups performs an exact-match search across all usernames, URLs and social profiles.
Searching by name searches for the substring across usernames and URLs.
All other parameters search across users' names on the respective platform.
Possible values for order_by: "name.jap", "name.int", "signup", or "role", with the default being "name.int".
Possible values for sort_direction: "desc" or "asc", with the default being "asc".
BUG: Not specifying any filters will currently cause the request to always fail, as simply searching across users is disabled on speedrun.com's side.
NOTE: When using lookup all other filters are disabled.
NOTE: All search parameters are case-insensitive.
Gets the personal bests of the User with the given id, where id can be either a real ID
or a username.
Providing top will only return runs of rank top or better.
If series or game are given, only runs done in that Series / Game are returned. Both
of these can be provided as a real ID or their respective abbreviation.