ScoreSaber.Ranking. Public

Allows interaction with the publically available ScoreSaber Ranking API endpoints (not ranking team related functions)

Methods

(static) belowTop() → {Promise.<Array>}

Gets the rest of the rank requests

Returns:

Returns a Promise with the rest of the rank requests

Type: 
Promise.<Array>

(static) getRequestInfoByLeaderboardId(leaderboardId) → {Promise.<Array>}

Gets rank request info based on a Leaderboard ID

Parameters:
NameTypeDescription
leaderboardIdnumber

Leaderboard ID of map

Returns:

Returns a Promise with the rank request information

Type: 
Promise.<Array>

(static) getRequestInfoByRequestId(requestId) → {Promise.<Array>}

Gets rank request info based on request ID

Parameters:
NameTypeDescription
requestIdnumber

Rank request ID

Returns:

Returns a Promise with the rank request information

Type: 
Promise.<Array>

(static) top() → {Promise.<Array>}

Gets the top 6 rank requests

Returns:

Returns a Promise with the top 6 rank requests

Type: 
Promise.<Array>