JetBrains / YouTrackSharp

.NET Standard 2.0 Library to access YouTrack API.
https://www.jetbrains.com/youtrack
Apache License 2.0
135 stars 105 forks source link

Fix retrieving more than 10 users in all #26

Closed tetsuo13 closed 7 years ago

tetsuo13 commented 9 years ago

Retrieving all users only ever returns the first 10. Looking closer at the API documentation, it seems that the pagination is implied. This PR implements pagination so that all users are retrieved.

Tested with YouTrack 6.0 (build 12577).

maartenba commented 7 years ago

Thanks for your contribution!

We've just updated the master branch to YouTrackSharp 3.0. This PR won't merge again I'm afraid :-( Will close the PR for now.

If still needed, feel free to recreate on top of the new develop branch.