Skip to content

Games

games

Game-centric Pro endpoints including gamecenter stats, live scores, schedules, and results.

ProGames

ProGames(sdk_config, parent_ref)

Bases: ProSDK, GameScheduleMixin, GameContentMixin, GameResultsDataMixin

Game-centric Pro endpoints including gamecenter stats, live scores, schedules, and results.

Source code in src/griddy/nfl/endpoints/pro/__init__.py
def __init__(self, sdk_config: SDKConfiguration, parent_ref: Optional[object]):
    """Initialise the Pro SDK and set the server type to ``"pro"``."""
    super().__init__(sdk_config=sdk_config, parent_ref=parent_ref)
    self.sdk_configuration.server_type = "pro"