python-keycloak icon indicating copy to clipboard operation
python-keycloak copied to clipboard

is it possible to modify pagination on the get requests ,future of pagination

Open sachin064 opened this issue 4 years ago • 1 comments
trafficstars

if its possible please let me know about that

sachin064 avatar Mar 12 '21 06:03 sachin064

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?

double-a avatar Apr 14 '21 19:04 double-a