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 ;-)
- Run the following command from this directory:
build.bat
- Prerequisites:
- Microsoft .NET Framework 4.5
- Microsoft Visual Studio 2015
- MSBuild.Community.Tasks 1.5.0
- OpenCover 4.6
- Run
build.bat
to resolve NuGet dependencies beforehand, or the Visual Studio solutions will not load. - The
NetMonkey.Tests.sln
solution is meant to be used for development. This and other solutions are used by the build scripts.