Proposal: extend API by "get_all_x" method
I find myself calling get
with an overly high number of max. pages repeatedly. This might indicate that having a wrapper / convenience method for this is appropriate.
Related: response.json()["data"]
is also very frequent.
Edited by Florian Obersteiner