README.md
setup.py
betconnect/__init__.py
betconnect/__version__.py
betconnect/apiclient.py
betconnect/baseclient.py
betconnect/config.py
betconnect/enums.py
betconnect/exceptions.py
betconnect/utils.py
betconnect.egg-info/PKG-INFO
betconnect.egg-info/SOURCES.txt
betconnect.egg-info/dependency_links.txt
betconnect.egg-info/requires.txt
betconnect.egg-info/top_level.txt
betconnect/endpoints/__init__.py
betconnect/endpoints/account.py
betconnect/endpoints/baseendpoint.py
betconnect/endpoints/betting.py
betconnect/resources/__init__.py
betconnect/resources/account.py
betconnect/resources/baseresource.py
betconnect/resources/betting.py
betconnect/resources/filters.py
betconnect/resources/messages.py
examples/__init__.py
examples/account.py
examples/bettinghistory.py
examples/bookpercentage.py
examples/dailyhorseracing.py
examples/datarequests.py
examples/football.py
examples/handicap.py
examples/stopactivebetrequest.py
examples/viewactivemarketbets.py
tests/__init__.py
tests/conftest.py
tests/utils.py
tests/resources/__init__.py
tests/resources/endpoints/__init__.py
tests/resources/endpoints/account/__init__.py
tests/resources/endpoints/betting/__init__.py
tests/unit/__init__.py
tests/unit/test_apiclient.py
tests/unit/test_baseclient.py
tests/unit/test_exceptions.py
tests/unit/test_utils.py
tests/unit/endpoints/__init__.py
tests/unit/endpoints/test_account/__init__.py
tests/unit/endpoints/test_account/test_account.py
tests/unit/endpoints/test_betting/__init__.py
tests/unit/endpoints/test_betting/test_betting.py
tests/unit/resources/__init__.py
tests/unit/resources/test_accountresources/__init__.py
tests/unit/resources/test_accountresources/test_accountresources.py
tests/unit/resources/test_bettingresources/__init__.py
tests/unit/resources/test_bettingresources/test_bettingresources.py
tests/unit/resources/test_filters/__init__.py
tests/unit/resources/test_filters/test_filters.py