MCPcopy
hub / github.com/PostHog/posthog / get

Method get

plugin-server/src/worker/vm/extensions/api.ts:16–16  ·  view source on GitHub ↗
(path: string, options?: ApiMethodOptions)

Source from the content-addressed store, hash-verified

14
15export interface ApiExtension {
16 get(path: string, options?: ApiMethodOptions): Promise<Response>
17 post(path: string, options?: ApiMethodOptions): Promise<Response>
18 put(path: string, options?: ApiMethodOptions): Promise<Response>
19 patch(path: string, options?: ApiMethodOptions): Promise<Response>

Callers 15

when_readyFunction · 0.65
startServerFunction · 0.65
AccessLevelIndicatorFunction · 0.65
navigationLogic.tsFile · 0.65
appContextLogic.tsFile · 0.65
teamLogic.tsxFile · 0.65
userLogic.tsFile · 0.65
actionLogic.tsFile · 0.65

Calls

no outgoing calls