(levelOriginal, options)
| 16 | } |
| 17 | |
| 18 | export const getLeaderboardPlayerCount = (levelOriginal, options) => { |
| 19 | return fetchJson(`/db/level/${levelOriginal}/rankings-count?${$.param(options)}`) |
| 20 | } |
| 21 | |
| 22 | export const getCodePointsLeaderboard = (clanId, options) => { |
| 23 | return fetchJson(`/db/clan/${clanId || '-'}/code-points?${$.param(options)}`) |
no outgoing calls
no test coverage detected