Describe the bug
The __get_all Method of the client class has a allowed_results_per_page parameter to configure how many items are fetched per request.
Currently (commit d03cb91), the parameter is always overwritten with the value 20
To Reproduce
Steps to reproduce the behavior:
1: Use any method that uses pagination (like client.get_items())
2: set the allowed_results_per_page Parameter to a different value than 20
3: enable debug Logging to see the requests
Expected behavior
The maxResults Query Parameter on the requests change
Actual behavior
The maxResults Query Parameter stays at 20
Desktop (please complete the following information):
Describe the bug
The __get_all Method of the client class has a allowed_results_per_page parameter to configure how many items are fetched per request.
Currently (commit d03cb91), the parameter is always overwritten with the value 20
To Reproduce
Steps to reproduce the behavior:
1: Use any method that uses pagination (like client.get_items())
2: set the allowed_results_per_page Parameter to a different value than 20
3: enable debug Logging to see the requests
Expected behavior
The maxResults Query Parameter on the requests change
Actual behavior
The maxResults Query Parameter stays at 20
Desktop (please complete the following information):