Bases: LazySubSDKMixin, ProSDK
Aggregates all player and team statistics endpoints
Source code in src/griddy/nfl/endpoints/pro/stats/__init__.py
| def __init__(self, sdk_config: SDKConfiguration, parent_ref: Optional[object]):
"""Initialise the StatsSDK and register lazy-loaded stat sub-SDKs."""
super().__init__(sdk_config=sdk_config, parent_ref=parent_ref)
|
passing
instance-attribute
Player passing statistics
receiving
instance-attribute
Player receiving statistics
rushing
instance-attribute
Player rushing statistics
defense
instance-attribute
Player defensive statistics
team_offense
instance-attribute
Team offensive statistics
team_defense
instance-attribute
Team defensive statistics
fantasy
instance-attribute