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.
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
for i in wgn.clans.list()should iterate through all of 177660 elements.