python-keycloak
python-keycloak copied to clipboard
is it possible to modify pagination on the get requests ,future of pagination
trafficstars
if its possible please let me know about that
Currently chunks of 100 items are retrieved in multiple functions (get_client_role_members, get_group_members, get_groups, get_realm_role_members, get_users).
Could you explain why this is a problem? Adding a setter/getter to set the page size should not be a problem.
Or do you only want to retrieve partial results from the call?