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

Function getClanByDistrict

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

Source from the content-addressed store, hash-verified

9export const getClan = idOrSlug => fetchJson(`/db/clan/${idOrSlug}`)
10export const getClanBySchool = ncesId => fetchJson(`/db/clan/school/${ncesId}`)
11export const getClanByDistrict = ncesId => fetchJson(`/db/clan/district/${ncesId}`)
12export const getClanByDistrictId = Id => fetchJson(`/db/clan/districtId/${Id}`)
13
14export const joinClan = clanId => fetchJson(`/db/clan/${clanId}/join`, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected