Keenex.Events
SourceSummary
| post(keen, events) | Inserts multiple events into one or more event collections |
Functions
Specs:
- post(pid, %{}) :: Keenex.response
Inserts multiple events into one or more event collections
Keenex.Events.post(keen, %{event_collection1: [%{data: "data"}], event_collection2: [%{data: "data"}, %{more_data: "data"}]})