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

Pure-pythonic client library for Wargaming API

Results 5 python-wargaming issues
Sort by recently updated
recently updated
newest added

Hy all, :) thanks for the nice library, have been using it for a discord bot for blitz. Have you considered moving to aiohttp for 3.6 async stuff? I will...

question

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":...

enhancement

For example `wgn.clans.list()[clan_id]` `wot.account.list()[player_id]`

enhancement

Missing documentation on retry count for WGAPI.

docs

wargaming module doesn't provide any logging. It should log at least retries, request to api, errors on reading meta. Debug should show what schema was loaded and what fields are...

enhancement