Ngs Stats Response¶
griddy / nfl / models / responses / ngs_stats_response**
ngs_stats_response
¶
Response models for NGS stats endpoints (passing, receiving, rushing).
Classes¶
NgsPassingStatsResponseTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.responses.ngs_stats_response.NgsPassingStatsResponseTypedDict[NgsPassingStatsResponseTypedDict]
click griddy.nfl.models.responses.ngs_stats_response.NgsPassingStatsResponseTypedDict href "" "griddy.nfl.models.responses.ngs_stats_response.NgsPassingStatsResponseTypedDict"
Response from the NGS passing stats endpoint.
NgsPassingStatsResponse
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.responses.ngs_stats_response.NgsPassingStatsResponse[NgsPassingStatsResponse]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.responses.ngs_stats_response.NgsPassingStatsResponse
click griddy.nfl.models.responses.ngs_stats_response.NgsPassingStatsResponse href "" "griddy.nfl.models.responses.ngs_stats_response.NgsPassingStatsResponse"
click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
Response from the NGS passing stats endpoint.
NgsReceivingStatsResponseTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.responses.ngs_stats_response.NgsReceivingStatsResponseTypedDict[NgsReceivingStatsResponseTypedDict]
click griddy.nfl.models.responses.ngs_stats_response.NgsReceivingStatsResponseTypedDict href "" "griddy.nfl.models.responses.ngs_stats_response.NgsReceivingStatsResponseTypedDict"
Response from the NGS receiving stats endpoint.
NgsReceivingStatsResponse
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.responses.ngs_stats_response.NgsReceivingStatsResponse[NgsReceivingStatsResponse]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.responses.ngs_stats_response.NgsReceivingStatsResponse
click griddy.nfl.models.responses.ngs_stats_response.NgsReceivingStatsResponse href "" "griddy.nfl.models.responses.ngs_stats_response.NgsReceivingStatsResponse"
click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
Response from the NGS receiving stats endpoint.
NgsRushingStatsResponseTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.responses.ngs_stats_response.NgsRushingStatsResponseTypedDict[NgsRushingStatsResponseTypedDict]
click griddy.nfl.models.responses.ngs_stats_response.NgsRushingStatsResponseTypedDict href "" "griddy.nfl.models.responses.ngs_stats_response.NgsRushingStatsResponseTypedDict"
Response from the NGS rushing stats endpoint.
NgsRushingStatsResponse
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.responses.ngs_stats_response.NgsRushingStatsResponse[NgsRushingStatsResponse]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.responses.ngs_stats_response.NgsRushingStatsResponse
click griddy.nfl.models.responses.ngs_stats_response.NgsRushingStatsResponse href "" "griddy.nfl.models.responses.ngs_stats_response.NgsRushingStatsResponse"
click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
Response from the NGS rushing stats endpoint.