mailchimp-api-wherewolf

Wherewolf fork of mailchimp-api - reduce impact of singleton when using multiple API keys

Usage no npm install needed!

<script type="module">
  import mailchimpApiWherewolf from 'https://cdn.skypack.dev/mailchimp-api-wherewolf';
</script>

README

Overview

A fork of the NodeJS API client for v2 of the MailChimp API.

Original mailchimp-api is a singleton that will cause API keys to be considered invalid if the datacenter (eg '-us7' suffix) is not the same.

Usage

This can be installed via npm package using:

$ npm install mailchimp-api-wherewolf