Skip to content
 
 

Latest commit

 

History

121 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Java wrapper around the MailChimp API.

Example code for using the client
MailChimpClient mailChimpClient = MailChimpClient.builder()
  .withApiBase("us1")
  .withBasicAuthentication("abc")
  .build();
List subscriberList = mailChimpClient.getList("123");

Maven / Gradle

This library can be included from Maven, e.g using gradle:

dependencies {
    compile 'com.github.micheal-swiggs:mailchimp-java:0.5.4'
}
Installing
./gradlew install

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages