VingtCinq / python-mailchimp

Python client for v3 of MailChimp API
MIT License
463 stars 131 forks source link

Add ListMemberTags property #228

Closed AdamBolfik closed 3 years ago

AdamBolfik commented 4 years ago

Add the tags property to the Lists class to access a ListMemberTags instance

stephenross commented 4 years ago

Good catch that ListMemberTags was not attached. One thing to note, this should be attached to the ListMembers class one level deeper and not at the top level Lists class. Please update the code to modify mailchimp3/entities/listmembers.py instead and we can get this merged in.

AdamBolfik commented 4 years ago

Sorry, not sure why I added on the members. Anyways, it's updated.