Bases: LazySubSDKMixin, BaseSDK
Aggregates historical and live football statistics endpoints.
Source code in src/griddy/nfl/endpoints/regular/football/stats/__init__.py
| def __init__(self, sdk_config: SDKConfiguration, parent_ref: Optional[object]):
"""Initialise the FootballStatsSDK and register lazy-loaded stat sub-SDKs."""
super().__init__(sdk_config=sdk_config, parent_ref=parent_ref)
|
Historical game statistics (team and player level)
Live game statistics (team and player level)