A .NET wrapper for the MailChimp API v3.0.
NetMonkey is another .NET wrapper for the MailChimp API. Its characteristics are:
- All the API calls are asynchronous (hence the dependency on .NET 4.5).
- The generated assemblies are strongly signed.
- Only 4 verbs are implemented thus far, but we accept contributions ;-)
- Prerequisites:
- Microsoft .NET Framework 4.5
- Microsoft Visual Studio 2015
- MSBuild.Community.Tasks 1.5.0
- OpenCover 4.6
- The
NetMonkey.Tests.sln
solution is meant to be used for development.