Skip to content

Mollie API 3.1.0.0

Compare
Choose a tag to compare
@Viincenttt Viincenttt released this 06 Sep 18:38
· 65 commits to master since this release
e24fb58

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.