python-wargaming icon indicating copy to clipboard operation
python-wargaming copied to clipboard

Manage page_no parameter transparently

Open monester opened this issue 9 years ago • 0 comments

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.

monester avatar Jun 13 '16 16:06 monester