spotify / github-java-client

A Java client to Github API
Apache License 2.0
129 stars 83 forks source link

Add paged version of getTeamMembers #176

Closed dennisgranath closed 9 months ago

dennisgranath commented 9 months ago

Github will list up to 30 team members by default when retrieving members from a team. If there is more that 30 members we need to iterate over the paged api.

codecov[bot] commented 9 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (d4a0d3c) 77.17% compared to head (14fd50b) 76.94%.

:exclamation: Current head 14fd50b differs from pull request most recent head 6637719. Consider uploading reports for the commit 6637719 to get more accurate results

Files Patch % Lines
...java/com/spotify/github/v3/clients/TeamClient.java 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #176 +/- ## ============================================ - Coverage 77.17% 76.94% -0.23% Complexity 307 307 ============================================ Files 43 43 Lines 1025 1028 +3 Branches 44 44 ============================================ Hits 791 791 - Misses 209 212 +3 Partials 25 25 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.