MCPcopy
hub / github.com/learnhouse/learnhouse / Org

Interface Org

apps/e2e/core/client.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { API_URL, ORG_SLUG } from './instance'
10
11export interface Org {
12 id: number
13 slug: string
14}
15
16/** Low-level request wrapper. JSON by default; pass asForm for urlencoded bodies. */
17export async function req<T = any>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected