You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result set is in values, right? Its contents vary depending on if there's another page:
cl.repos.pull_request.all("some","repo").values.size# 4 if last page, 5 if notcl.repos.pull_request.all("some","repo").values[1]# result set if last page, next URL if not
The text was updated successfully, but these errors were encountered:
The result set is in values, right? Its contents vary depending on if there's another page:
The text was updated successfully, but these errors were encountered: