Documentation
¶
Index ¶
- Variables
- func GetIstStandings(provider api.IProvider, params *types.IstStandingsParams) types.Response[types.IstStandingsResponseContent]
- func GetLeagueStandings(provider api.IProvider, params *types.LeagueStandingsParams) types.Response[types.LeagueStandingsResponseContent]
- func GetPlayerCareerStats(provider api.IProvider, params *types.PlayerCareerStatsParams) types.Response[types.PlayerCareerStatsResponseContent]
- func GetScheduleLeagueV2(provider api.IProvider, params *types.ScheduleLeagueV2Params) types.Response[types.ScheduleLeagueV2Response]
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultIstStandingsParams = types.IstStandingsParams{
LeagueID: "00",
Season: "2025-26",
Section: "group",
}
View Source
var DefaultLeagueStandingsParams = types.LeagueStandingsParams{
LeagueID: "00",
Season: "2025-26",
SeasonType: "Regular Season",
}
View Source
var DefaultPlayerCareerStatsParams = types.PlayerCareerStatsParams{
LeagueID: "00",
PerMode: "PerGame",
}
View Source
var DefaultScheduleLeagueV2Params = types.ScheduleLeagueV2Params{
LeagueID: "00",
Season: "2025-26",
}
Functions ¶
func GetIstStandings ¶ added in v0.2.0
func GetIstStandings(provider api.IProvider, params *types.IstStandingsParams) types.Response[types.IstStandingsResponseContent]
func GetLeagueStandings ¶ added in v0.2.0
func GetLeagueStandings(provider api.IProvider, params *types.LeagueStandingsParams) types.Response[types.LeagueStandingsResponseContent]
func GetPlayerCareerStats ¶
func GetPlayerCareerStats(provider api.IProvider, params *types.PlayerCareerStatsParams) types.Response[types.PlayerCareerStatsResponseContent]
func GetScheduleLeagueV2 ¶ added in v0.2.0
func GetScheduleLeagueV2(provider api.IProvider, params *types.ScheduleLeagueV2Params) types.Response[types.ScheduleLeagueV2Response]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.