Open actongorton opened 6 years ago
It looks like the races
method is a convenience property on top of get_raw_races
. The rest of the methods you mentioned are also convenience properties. get_raw_races
isn't aware of the API key unless it's passed in via one of those convenience properties.
eg, https://github.com/newsdev/elex/blob/master/elex/api/models.py#L1052
Does e.races
not get you what you want here?
API Key is being set but not passed.
Example:
Other classes work:
Stack Trace: