View Source Hedgex (hedgex v0.2.0)
General methods for the Posthog API.
Options
Common options
:hedgex
- aHedgex.Env
containing API configuration. Defaults to a context constructed by application config.
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() }
Functions
See Hedgex.Api.batch/2
.
See Hedgex.Api.capture/2
.
See Hedgex.Api.decide/2
.
Add metadata properties
to users in PostHog.