MCPcopy Create free account
hub / github.com/codecombat/codecombat / getAILeagueStats

Function getAILeagueStats

app/core/api/clans.js:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22export const getChildClanDetails = idOrSlug => fetchJson(`/db/clan/${idOrSlug}/subclans`)
23
24export const getAILeagueStats = clanId => fetchJson(`/db/clan/${clanId}/league-stats`)
25
26export const getTournamentsByClan = clanId => fetchJson(`/db/tournaments?clanId=${clanId}`)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected