cgrok / clashroyale

Async + Sync wrapper for royaleapi.com and the CR official API
MIT License
47 stars 19 forks source link

RoyaleAPI: Add top war clans endpoint #31

Closed gogaz closed 5 years ago

gogaz commented 5 years ago

Changes Description

Added top-level function to access /top/war endpoint from RoyaleAPI

Type of PR

Checklist

gogaz commented 5 years ago

Looks like there is a problem on the CI side, here's what I have when I run the tests locally :

========== test session starts ==========
platform win32 -- Python 3.5.4, pytest-4.4.1, py-1.8.0, pluggy-0.9.0
cachedir: .tox\py35\.pytest_cache
rootdir: C:\Code\clashroyale
collected 132 items

official_api\test_async.py .........................................                   [ 31%]
official_api\test_blocking.py .........................................                [ 62%]
royaleapi\test_async.py .........................                                      [ 81%]
royaleapi\test_blocking.py .........................                                   [100%]

========== 132 passed in 355.50 seconds ==========