Skip to content

NGS Content

content

NGS Content endpoints for charts and highlights.

NgsContent

NgsContent(sdk_config, parent_ref=None)

Bases: NgsBaseSDK

NGS Content endpoints for charts and highlights.

Provides access to: - Player charts (route, pass, carry) - Chart players list - Play highlights

Source code in src/griddy/core/basesdk.py
def __init__(
    self,
    sdk_config: T_Config,
    parent_ref: Optional[object] = None,
) -> None:
    """Initialize the SDK with configuration and an optional parent reference."""
    self.sdk_configuration = sdk_config
    self.parent_ref = parent_ref
    self._cached_env_security = _UNRESOLVED