Skip to content

each_page does not work due to no PageIterator object #80

@greggilbert

Description

@greggilbert

When trying to do:

bitbucket.client.repos.pull_request.list('user', 'repo').each_page do |page|
  # stuff
end

it throws this error: uninitialized constant BitBucket::PageIterator

I can't find the PageIterator in this repo, or am I missing something?

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