module MLBStatsAPI::Config
These methods all return lists of possible values @see statsapi.mlb.com/docs/#tag/config
Public Instance Methods
@see statsapi.mlb.com/docs/#operation/baseballStats
# File lib/mlb_stats_api/config.rb, line 13 def baseball_stats get '/baseballStats' end
@see statsapi.mlb.com/docs/#operation/gameStatus
# File lib/mlb_stats_api/config.rb, line 8 def game_status get '/gameStatus' end
@see statsapi.mlb.com/docs/#operation/gameTypes
# File lib/mlb_stats_api/config.rb, line 18 def game_types get '/gameTypes' end
@see statsapi.mlb.com/docs/#operation/languages
# File lib/mlb_stats_api/config.rb, line 23 def languages get '/languages' end
@see statsapi.mlb.com/docs/#operation/leagueLeaderTypes
# File lib/mlb_stats_api/config.rb, line 28 def league_leader_types get '/leagueLeaderTypes' end
@see statsapi.mlb.com/docs/#operation/metrics
# File lib/mlb_stats_api/config.rb, line 33 def metrics get '/metrics' end
@see statsapi.mlb.com/docs/#operation/platforms
# File lib/mlb_stats_api/config.rb, line 38 def platforms get '/platforms' end
@see statsapi.mlb.com/docs/#operation/positions
# File lib/mlb_stats_api/config.rb, line 43 def positions get '/positions' end
@see statsapi.mlb.com/docs/#operation/rosterTypes
# File lib/mlb_stats_api/config.rb, line 48 def roster_types get '/rosterTypes' end
@see statsapi.mlb.com/docs/#operation/scheduleEventTypes
# File lib/mlb_stats_api/config.rb, line 53 def schedule_event_types get '/scheduleEventTypes' end
@see statsapi.mlb.com/docs/#operation/sitCodes
# File lib/mlb_stats_api/config.rb, line 58 def situation_codes get '/situationCodes' end
@see statsapi.mlb.com/docs/#operation/standingsTypes
# File lib/mlb_stats_api/config.rb, line 63 def standings_types get '/standingsTypes' end
@see statsapi.mlb.com/docs/#operation/statGroups
# File lib/mlb_stats_api/config.rb, line 68 def stat_groups get '/statGroups' end
@see statsapi.mlb.com/docs/#operation/statTypes
# File lib/mlb_stats_api/config.rb, line 73 def stat_types get '/statTypes' end