Skip to content

Pagination does not seem usable #502

Description

@ad-si

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions