View Source Hedgex (hedgex v0.3.0)
General methods for the Posthog API.
Summary
Functions
Add metadata properties
to users in PostHog.
Types
@type event() :: %{ :event => String.t(), :distinct_id => any(), optional(:properties) => map(), optional(:timestamp) => DateTime.t() }