This may be controversial but it we're doing it. Having code formatting needs to be consistent
and a non-issue during code review. I'm willing modify the configuration if people see a strong
need, but formatting needs to be present and enforced.
- we need to maintain the binary compatibility, so I reverted
getPullRequests and added listPullRequests that exposes PagedIterable.
- Made PagedIterator expose asList.