betdaq icon indicating copy to clipboard operation
betdaq copied to clipboard

Python Wrapper for Betdaq API

Results 10 betdaq issues
Sort by recently updated
recently updated
newest added

Hi. I’m having issues running the following code, which has been working flawlessly until recently: from betdaq.apiclient import APIClient api = APIClient('username', 'password') sport_ids = api.marketdata.get_sports() error: Traceback (most recent...

change url of WSDL to avoid error in baseclient.py

Hi, Thanks for producing this fantastic module! Whilst using it, I have ran into an issue. api.marketdata.get_odds_ladder() returns: AttributeError: 'list' object has no attribute 'get' My understanding is that this...

Hi, as shown in the following full dependency graph of **_betdaq-cadenza_**, **_betdaq-cadenza_** requires **_requests *_** , while the installed version of **_requests-toolbelt_**(0.9.1) requires _**requests >=2.0.1,

Bumps [requests](https://github.com/requests/requests) from 2.13.0 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

Hi, I'm attempting to create and place an order by running the following: ``` from betdaq.apiclient import APIClient from betdaq import filters, enums api = APIClient('*', '*') myorder = [filters.create_order(82026914,...

Hello, The function get_markets_with_sp, returns values which are missing market type ids. e.g. ``` [OrderedDict([('MarketTypeIds', OrderedDict([('MarketTypeId', [1])])), ('eventId', 190538)]), {'eventId': '190539', 'MarketTypeIds': {'MarketTypeId': []}}, {'eventId': '1048932', 'MarketTypeIds': {'MarketTypeId': []}}, {'eventId':...

Move from parser methods to using resources properly.

Add unit testing for all methods

Find less hacky way of getting market meta data from nested dicts.