An improved .NET client library based off the official client library.
As much as possible of the official library was retained (tests, object property names, configuration).
- All API requests are handled through a single
RecurlyClient
class rather than through each individiaul API object. This makes it possible to hide the client away in a service layer so that you can keep control centralized and seperate concerns. - All publicly exposed objects are prefixed with "Recurly" in an effort to prevent namespace prefixing for your existing classes.
- Leverages RestSharp's declarative XML serializer over the imperative model of the office library
- Exposes async variations of most objects via the Task API.
Coming soon.