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

Function getClanBySchool

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

Source from the content-addressed store, hash-verified

8
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected