Popularity
1.7
Stable
Activity
0.0
Stable
4
3
2

Monthly Downloads: 8
Programming language: Elixir
License: MIT License
Tags: Third Party APIs    

mixpanel_data_client alternatives and similar packages

Based on the "Third Party APIs" category.
Alternatively, view mixpanel_data_client alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of mixpanel_data_client or a related project?

Add another 'Third Party APIs' Package

README

MixpanelDataClient

Client for interacting with the Mixpanel Data Export API

query_data = %{"event" => "signed_up", 
               "from_date" => "2011-08-07", 
              "to_date" => "2011-08-09"}
auth_data = {"key", "secret_key"}
MixpanelDataClient.fetch("segmentation", query_data, auth_data)
=> %{"data" => %{...}}