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

Method event

frontend/src/lib/api.ts:220–222  ·  view source on GitHub ↗
(id: EventType['id'], teamId?: TeamType['id'])

Source from the content-addressed store, hash-verified

218 }
219
220 public event(id: EventType['id'], teamId?: TeamType['id']): ApiRequest {
221 return this.events(teamId).addPathComponent(id)
222 }
223
224 public tags(teamId?: TeamType['id']): ApiRequest {
225 return this.projectsDetail(teamId).addPathComponent('tags')

Callers 1

getFunction · 0.80

Calls 2

eventsMethod · 0.95
addPathComponentMethod · 0.80

Tested by

no test coverage detected