We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a435e4d commit f03e392Copy full SHA for f03e392
README.md
@@ -366,7 +366,7 @@ Go v1.23 introduces the new `iter` package.
366
367
The new `github/gen-iterators.go` file auto-generates "*Iter" methods in `github/github-iterators.go`
368
for all methods that support page number iteration (using the `NextPage` field in each response)
369
-or string cursor iteration (using the `After` field in each response).
+or string cursor iteration (using the `After` and `Cursor` field in each response).
370
To handle rate limiting issues, make sure to use a rate-limiting transport.
371
(See [Rate Limiting](/#rate-limiting) above for more details.)
372
To use these methods, simply create an iterator and then range over it, for example:
0 commit comments