smartsheet / smartsheet-java-sdk

Library that uses Java to connect to Smartsheet services.
Apache License 2.0
5 stars 13 forks source link

Add pagination support to listUser() #41

Closed aryansingh-glean closed 1 year ago

aryansingh-glean commented 1 year ago

solves #40

apederson94 commented 1 year ago

I think that it would make sense to split this into two separate functions. listUsers() would call listUsers(PaginationParameters parameters) with a null parameters argument. This would keep the functionality the same for the listUsers() function, but add the functionality required to support pagination

zromano commented 1 year ago

We haven't gotten any response on this in a while, so we are closing this issue.

If you would like to revisit this issue, please reopen the PR and respond to the comments. Thanks.