We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1a2bd commit 916f506Copy full SHA for 916f506
1 file changed
src/main/java/com/jcabi/github/RtRepos.java
@@ -96,7 +96,8 @@ public void remove(
96
public Iterable<Repo> iterate(
97
final String identifier) {
98
return new RtPagination<>(
99
- this.entry.uri().queryParam("since", identifier).back(),
+ this.entry.uri().path("/repositories")
100
+ .queryParam("since", identifier).back(),
101
object -> this.get(
102
new Coordinates.Simple(object.getString("full_name"))
103
)
0 commit comments