.path("/pulls")
.path(String.valueOf(number))
.path("/comments")
.back();
return new RtPagination<PullComment>(
newreq.uri().queryParams(params).back(),
new RtPagination.Mapping<PullComment, JsonObject>() {
@Override
public PullComment map(final JsonObject value) {
return RtPullComments.this.get(
value.getInt("id")