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

Function getUserClans

app/core/api/clans.js:7–7  ·  view source on GitHub ↗
(userId)

Source from the content-addressed store, hash-verified

5export const getMyClans = () => fetchJson(`/db/user/${me.id}/clans`)
6
7export const getUserClans = (userId) => fetchJson(`/db/user/${userId}/clans`)
8
9export const getClan = idOrSlug => fetchJson(`/db/clan/${idOrSlug}`)
10export const getClanBySchool = ncesId => fetchJson(`/db/clan/school/${ncesId}`)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected