Keenex.Events

Source

Summary

post(keen, events)

Inserts multiple events into one or more event collections

Functions

post(keen, events)

Specs:

Inserts multiple events into one or more event collections

Keenex.Events.post(keen, %{event_collection1: [%{data: "data"}], event_collection2: [%{data: "data"}, %{more_data: "data"}]})
Source