Skip to content

Weeks

weeks

Week and season schedule endpoints for date lookups and season week listings.

Weeks

Weeks(sdk_config, parent_ref=None)

Bases: BaseSDK

Week and season schedule endpoints.

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