Mollie API 3.1.0.0
New features:
- All clients now implement the IDisposable interface. In case no HttpClient is passed to a API clients, the API client will create a HttpClient. In that case, the API client will dispose the HttpClient it created. In all other cases, the behaviour is no different then before.
- All API clients are now able to retrieve objects using an UrlObjectLink object. Some API's were missing this functionality, which is necessery if you want to use pagination.