MailChimp.Api.Net
MailChimp.Api.Net copied to clipboard
Interests class is incorrect
Installed versions : [MailChimp.Api.Net 1.2.0.10]
When getting a MCMember you get Interests back but it is a listId : isInterested structure. If looks like the interests class was constructed using a result of the call.
public bool f9c8f5f0ff { get; set; }
I think Interests should just be a dictionary of string bool.
I made a quick change here and tried to push it but when I wanted to create a merge request my branch was not there. I have never used GitHub before. I will try find some time later today to read up more about this. Apologies in advance if I have created unnecessary remote branches.