Skip to content

sporritt/maleorang

 
 

Repository files navigation

General info

MaleOrang provides access to MailChimp API v3.0 methods from Java code.

This repository is fork of raisin-gmbh/maleorang, which is/was itself "a continuation of ecwid-mailchimp which is no longer supported.". It's unclear whether raisin-gmbh/maleorang is still alive though.

MaleOrang is written in Kotlin language and can be used with any language which runs on JVM. Refer to the javadoc pages for details.

Supported MailChimp API methods

Currently MaleOrang has wrappers for a number of MailChimp API methods:

However, it is easy to extend the API and add support for any method you need (see the samples below).

Code samples

New features, changes, and bug fixes on version 3.0-0.9.7

Features

Changes

  • Modified EditMemberMethod to allow emailAddress to be changed on a Member list.
  • Added a Query String since parameter to GetEmailActivitysMethod.
  • Enabled the overriding of the MailchimpClient method to facilitate mocking.
  • Increased the connect and connectRequest timeOuts to 15 seconds, and the socketTimeOut to 5 minutes.
  • Upgraded gradle wrapper to version 5.0 .
  • Upgraded java version to 1.8 .
  • Upgraded kotlin-stdlib and reflect libraries to 1.2.51 .

Bug fixes

  • Corrected EditMergeFieldMethod response object to be MergeFieldInfo and not MemberInfo.

New features, changes, and bug fixes on version 3.0-0.9.8

Changes

  • Enhanced the MailchimpClient API to allow the optional parameterization of timeOut parameters (connectTimeOut, socketTimeOut, and connectionRequestTimeOut).

Build tools integration

MaleOrang is accessible from Maven Central so it can be easily integrated with your favorite build tools like Gradle or Maven.

About

MailChimp API 3.0 wrapper for Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 83.4%
  • Java 16.6%