According to the [GitHub API](http://developer.github.com/v3/#pagination): > Requests that return multiple items will be paginated to 30 items by default. Need to use `PagedIterable<>` when retrieving repository issues in order to retrieve all issues.
According to the GitHub API:
Need to use
PagedIterable<>when retrieving repository issues in order to retrieve all issues.