Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcartoixa/netmonkey
A .NET wrapper for the MailChimp API v3.0.
https://github.com/mcartoixa/netmonkey
Last synced: 26 days ago
JSON representation
A .NET wrapper for the MailChimp API v3.0.
- Host: GitHub
- URL: https://github.com/mcartoixa/netmonkey
- Owner: mcartoixa
- License: mit
- Created: 2014-05-22T14:40:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T16:56:09.000Z (about 7 years ago)
- Last Synced: 2024-11-20T09:01:54.339Z (about 1 month ago)
- Language: C#
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build status](https://ci.appveyor.com/api/projects/status/e83vlonrwpuhmq5m/branch/master?svg=true)](https://ci.appveyor.com/project/mcartoixa/netmonkey/branch/master)
NetMonkey
=========A .NET wrapper for the MailChimp API v3.0.
## Description
NetMonkey is [another .NET wrapper](http://apidocs.mailchimp.com/api/downloads/#microsoft-net-framework) 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
- 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](https://github.com/loresoft/msbuildtasks)
* [OpenCover 4.6](https://github.com/OpenCover/opencover)## 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.