mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
swagger order
This commit is contained in:
@@ -95,6 +95,7 @@ func ScrapePlayerAdvancedStats(db *gorm.DB) fiber.Handler {
|
||||
// @Summary Get player advanced stats
|
||||
// @Description Returns filtered and paginated player advanced stats
|
||||
// @Tags PlayerStats
|
||||
// @x-order 2
|
||||
// @Group Player Stats
|
||||
// @Accept json
|
||||
// @Produce json
|
||||
|
||||
@@ -72,6 +72,7 @@ func ScrapePlayerShotChart(db *gorm.DB) fiber.Handler {
|
||||
// @Summary Get shot-chart data
|
||||
// @Description Returns a paginated list of shot-chart points, optionally filtered by various parameters.
|
||||
// @Tags PlayerShotChart
|
||||
// @x-order 3
|
||||
// @Group Player-Specific
|
||||
// @Accept json
|
||||
// @Produce json
|
||||
|
||||
@@ -96,6 +96,7 @@ func ScrapePlayerTotalStats(db *gorm.DB) fiber.Handler {
|
||||
// @Summary Get player total stats
|
||||
// @Description Filter and paginate player totals
|
||||
// @Tags PlayerTotals
|
||||
// @x-order 1
|
||||
// @Group Player Stats
|
||||
// @Accept json
|
||||
// @Produce json
|
||||
|
||||
Reference in New Issue
Block a user