Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

smallpdf/mailchimp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mailchimp

A golang SDK for Mailchimp API v3.

Build Status GoDoc Coverage Status

Usage

package main

import (
    "github.com/mnbbrown/mailchimp"
)


func main() {

    client := mailchimp.NewClient("apixyc-us11", nil)
    _, err := client.Subscribe("me@matthewbrown.io", "listidxyz")
    if err != nil {
        panic(err)
    }

}

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%