(clanId, userId, options)
| 24 | } |
| 25 | |
| 26 | export const getCodePointsRankForUser = (clanId, userId, options) => { |
| 27 | return fetchJson(`/db/clan/${clanId || '-'}/code-points/user/${userId || me.id}?${$.param(options)}`) |
| 28 | } |
| 29 | |
| 30 | export const getCodePointsPlayerCount = (clanId, options) => { |
| 31 | return fetchJson(`/db/clan/${clanId || '-'}/code-points-member-count?${$.param(options)}`) |
no outgoing calls
no test coverage detected