I just started working with the Mailchimp API. So far, I have set up open authentication with Node.js and Angular.js . I want to export clients (first name, last name and email address) from my application to the Mailchimp list. I want to do this in the Java desktop, so I started looking for the Mailchimp API shell for Java . So far I have managed to find the ecwid-mailchimp shell, but for Mailchimp API v2.0 it looks like the project is dead.
Is there an active Java shell Java for Mailchimp API version 3.0?
It is not recommended to use the old API (v2.0) and the dead implementation in the new project.
An alternative is to implement the implementation itself, but it is a waste of time if someone has already done so.
source share