MaleOrang provides access to MailChimp API v3.0 methods from Java code. It is a replacement for ecwid-mailchimp which has now been deprecated.
MaleOrang is written in Kotlin language and can be used with any language which runs on JVM. Refer to the javadoc pages for details.
Currently MaleOrang has wrappers for a limited number of MailChimp API methods, namely:
However, it is easy to extend the API and add support for any method you need (see the samples below).
- Using an existing method implementation (Java)
- Using an existing method implementation (Kotlin)
- Using a custom method implementation (Java)
MaleOrang is accessible from Maven Central so it can be easily integrated with your favorite build tools like Gradle or Maven.