Skip to content

allowed_results_per_page Parameter is ignored in client.__get_all method #46

Description

@DaumAlexande

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):

  • OS: Windows 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions