Skip to content

letscodehu/mailchimp-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Java wrapper around the MailChimp API. Build Status

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 'hu.letscode:mailchimp-java:1.1.3'
}

<dependency>
    <groupId>hu.letscode</groupId>
    <artifactId>mailchimp-java</artifactId>
    <version>1.1.3</version>
</dependency>
Installing
mvn clean install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Languages

  • Java 100.0%