Skip to content

Manage page_no parameter transparently #8

@monester

Description

@monester

When reading return all data returned from WG API even if it located on multiple pages.

len(wgn.clans.list()) should return 177660, e.g. value from total

"meta": {
    "count": 100,
    "total": 177660
}

for i in wgn.clans.list() should iterate through all of 177660 elements.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions