-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
Hey there, thanks for the neat library.
Do you have any plan to support native async features of Python?
e.g.:
from mixpanel import AsyncMixpanel
mp = AsyncMixpanel(YOUR_TOKEN)
# tracks an event with certain properties
await mp.track(DISTINCT_ID, 'button clicked', {'color' : 'blue', 'size': 'large'})
# sends an update to a user profile
await mp.people_set(DISTINCT_ID, {'$first_name' : 'Ilya', 'favorite pizza': 'margherita'})Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels