mailchimp-java icon indicating copy to clipboard operation
mailchimp-java copied to clipboard

Results 9 mailchimp-java issues
Sort by recently updated
recently updated
newest added

## Abstract - Added API related to Reports - https://mailchimp.com/developer/reference/reports/ - https://mailchimp.com/developer/reference/reports/click-reports/ - https://mailchimp.com/developer/reference/reports/click-reports/link-clickers/ - https://mailchimp.com/developer/reference/lists/list-members/list-member-activity/ ## Relation #30

Includes backing domain classes and tests. The `SnakeCaseStrategy` isn't necessary for the new `Tag` and `Tags` classes but it's there in case a new long property name should be added...

## Content - lombok 1.18.10 - jackson.core: 2.9.9.3 - commons-codec: 1.13 - gradle-5.6.2 - openfeign: 10.4.0 ## Operation verification ```bash mailchimp-java $ ./gradlew test BUILD SUCCESSFUL in 586ms 4 actionable...

Operation verification is in progress. ## Related Issue #28

## Problem getter setter is double-defined ``` Not generating get**(): A method with that name already exists. Not generating set**(): A method with that name already exists. ``` ## Solve...

Mailchimp has recently started rejecting subscription requests that I make because it doesn't like the date format. I don't necessarily need it at the moment, but please make sure it...

When Mailchimp rejected my subscription request because of incorrect date format, the error decoder did not contain the actual body as a response. I had to make a custom decoder...