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

Method post

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

Source from the content-addressed store, hash-verified

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>
20 delete(path: string, options?: ApiMethodOptions): Promise<Response>

Calls

no outgoing calls