Skip to content

feat: findAll user pagination#405

Open
ALameLlama wants to merge 1 commit into
mariosimao:mainfrom
ALameLlama:feat/findAll-user-pagination
Open

feat: findAll user pagination#405
ALameLlama wants to merge 1 commit into
mariosimao:mainfrom
ALameLlama:feat/findAll-user-pagination

Conversation

@ALameLlama

Copy link
Copy Markdown

Closes: #396

When you have more then 100 users then you'll start to run into issues using findAll

In this PR I am adding a loop to do the pagination directly in the function, alternatively we can pass the page number into the findAll function and the user has to do the loop but we'd need to change the return to have a data key and and paging meta key.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Users\Client->findAll does not paginate

1 participant