Open
Description
If I execute a query like:
allRepos <-
GH.github
(OAuth $ fromString $ T.unpack githubToken)
GH.searchReposR
"stars:>1000"
1
As soon as I increase the fetch count from 1
to 2
I'm getting rate limit errors.
Shouldn't there be a way to specify the rate at which the pages are fetched?
Is there a way to only request the second page to work around this issue?
Metadata
Metadata
Assignees
Labels
No labels