Skip to content

Get Team Standings Op

griddy / nfl / models / requests / get_team_standings_op**

get_team_standings_op

Attributes

Classes

GetTeamStandingsRequestTypedDict

Bases: TypedDict


              flowchart TD
              griddy.nfl.models.requests.get_team_standings_op.GetTeamStandingsRequestTypedDict[GetTeamStandingsRequestTypedDict]

              

              click griddy.nfl.models.requests.get_team_standings_op.GetTeamStandingsRequestTypedDict href "" "griddy.nfl.models.requests.get_team_standings_op.GetTeamStandingsRequestTypedDict"
            
Attributes
season instance-attribute
season: int

Season year

season_type instance-attribute
season_type: SeasonTypeEnum

Type of season

week instance-attribute
week: int

Week number within the season

GetTeamStandingsRequest

Bases: BaseModel


              flowchart TD
              griddy.nfl.models.requests.get_team_standings_op.GetTeamStandingsRequest[GetTeamStandingsRequest]
              griddy.nfl.types.basemodel.BaseModel[BaseModel]

                              griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.requests.get_team_standings_op.GetTeamStandingsRequest
                


              click griddy.nfl.models.requests.get_team_standings_op.GetTeamStandingsRequest href "" "griddy.nfl.models.requests.get_team_standings_op.GetTeamStandingsRequest"
              click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
            
Attributes
season instance-attribute
season: Annotated[
    int,
    FieldMetadata(
        query=QueryParamMetadata(style="form", explode=True)
    ),
]

Season year

season_type instance-attribute
season_type: Annotated[
    SeasonTypeEnum,
    Field(alias="seasonType"),
    FieldMetadata(
        query=QueryParamMetadata(style="form", explode=True)
    ),
]

Type of season

week instance-attribute
week: Annotated[
    int,
    FieldMetadata(
        query=QueryParamMetadata(style="form", explode=True)
    ),
]

Week number within the season