python-wargaming
python-wargaming copied to clipboard
Pure-pythonic client library for Wargaming API
aiohttp
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...
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":...
For example `wgn.clans.list()[clan_id]` `wot.account.list()[player_id]`
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...