Project Description
A .NET wrapper for the MailChimp API 1.3 and Mandrill API 1.0 written in F# by DK.
(Can be used in any .NET language: c#, vb)
The main goal of the project was creating a simple method of deserializing an unformatted serial call result into strongly typed .NET objects.
Additionally it provides an easy way to set up Webhook endpoints.
Supports:
- MailChimp API 1.3;
- Export API 1.0;
- Mandrill API 1.0;
- Webhooks
NuGet package:
PM> Install-Package mcapi.net
Url: https://nuget.org/packages/mcapi.net
Please feel comfortable to post comments and suggestions to improve the project.