You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2023. It is now read-only.
This page contains a wishlist of features / functionality you'd like in the next version of the API client.
.NET 4.x
.NET 4.x includes several nice language enhancements and would make API development and maintenance a bit more friendly.
Async Methods
It would be nice to use the async / await model for methods. This would allow for a more flexible programming model
Use Enums/Dates instead of Strings
Where possible a function parameter should accept an Enum or a Date object instead of a String.
Switch from ServiceStack to Newtonsoft Json
The latest version of ServiceStack.Text has a different license and the current version in use by Mailchimp.NET isn't maintained anymore. We should try to change the dependency of this library to Newtonsoft.Json.