Description¶ ↑
Sends an activity to the engine utilizing the API. The call is done as a POST request. It is important that a valid API-key is configured prior to using this function.
def self.activity(options = {})
BreinActivity.instance.send_activity(options)
end