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

Method create

frontend/src/lib/api.ts:432–434  ·  view source on GitHub ↗
(options?: { data: any })

Source from the content-addressed store, hash-verified

430 }
431
432 public async create(options?: { data: any }): Promise<any> {
433 return await api.create(this.assembleFullUrl(), options?.data)
434 }
435
436 public async delete(): Promise<any> {
437 return await api.delete(this.assembleFullUrl())

Calls 1

assembleFullUrlMethod · 0.95

Tested by

no test coverage detected