dukex / mixpanel

Golang Mixpanel Client
MIT License
61 stars 33 forks source link

Implement UpdateGroup endpoint #10

Closed AlexisMontagne closed 2 years ago

AlexisMontagne commented 2 years ago

Some time ago mixpanel released a new feature called "groups" (checkout: https://developer.mixpanel.com/reference/group-set-property). This PR add the ability to update such entity via this client.

In order to avoid confusion in between the mutation of Users and Groups, i deprecated the Update endpoint and renamed it UpdateUser.