| 9 | export const getClan = idOrSlug => fetchJson(`/db/clan/${idOrSlug}`) |
| 10 | export const getClanBySchool = ncesId => fetchJson(`/db/clan/school/${ncesId}`) |
| 11 | export const getClanByDistrict = ncesId => fetchJson(`/db/clan/district/${ncesId}`) |
| 12 | export const getClanByDistrictId = Id => fetchJson(`/db/clan/districtId/${Id}`) |
| 13 | |
| 14 | export const joinClan = clanId => fetchJson(`/db/clan/${clanId}/join`, { |
nothing calls this directly
no outgoing calls
no test coverage detected