mollie / mollie-api-python

Mollie API client for Python
http://www.mollie.com
BSD 2-Clause "Simplified" License
113 stars 55 forks source link

Refactor `ObjectList` implementation #278

Open whyscream opened 1 year ago

whyscream commented 1 year ago

Problem

The current Objectlist (the object that wraps a collection of API results, f.i. "get payments") is a messy class.

Improvements

In #285 a POC is available. This should be properly integrated and tested.