/NetMonkey

A .NET wrapper for the MailChimp API v3.0.

Primary LanguageC#MIT LicenseMIT

Build status

NetMonkey

A .NET wrapper for the MailChimp API v3.0.

Description

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 ;-)

Build

Development

  • 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.