mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
swagger update
This commit is contained in:
@@ -59,7 +59,7 @@ func ScrapePlayerAdvancedStats(db *gorm.DB) fiber.Handler {
|
||||
}
|
||||
|
||||
// GetAllAdvancedPlayerStats godoc
|
||||
// @Security ApiKeyAuth
|
||||
// //@Security ApiKeyAuth
|
||||
// @Summary Get player advanced stats
|
||||
// @Description Returns filtered and paginated player advanced stats
|
||||
// @Tags PlayerStats
|
||||
|
||||
@@ -67,7 +67,7 @@ func ScrapePlayerShotChart(db *gorm.DB) fiber.Handler {
|
||||
}
|
||||
|
||||
// GetPlayerShotChart godoc
|
||||
// @Security ApiKeyAuth
|
||||
// //@Security ApiKeyAuth
|
||||
// @Summary Get shot-chart data
|
||||
// @Description Returns shot-chart points, optionally filtered by playerId and/or season
|
||||
// @Tags PlayerShotChart
|
||||
|
||||
@@ -57,7 +57,7 @@ func ScrapePlayerTotalStats(db *gorm.DB) fiber.Handler {
|
||||
}
|
||||
|
||||
// GetPlayerTotalStats godoc
|
||||
// @Security ApiKeyAuth
|
||||
// //@Security ApiKeyAuth
|
||||
// @Summary Get player total stats
|
||||
// @Description Filter and paginate player totals
|
||||
// @Tags PlayerTotals
|
||||
|
||||
Reference in New Issue
Block a user