module MLBStatsAPI::Config

These methods all return lists of possible values @see statsapi.mlb.com/docs/#tag/config

Public Instance Methods

baseball_stats() click to toggle source

@see statsapi.mlb.com/docs/#operation/baseballStats

# File lib/mlb_stats_api/config.rb, line 13
def baseball_stats
  get '/baseballStats'
end
game_status() click to toggle source

@see statsapi.mlb.com/docs/#operation/gameStatus

# File lib/mlb_stats_api/config.rb, line 8
def game_status
  get '/gameStatus'
end
game_types() click to toggle source

@see statsapi.mlb.com/docs/#operation/gameTypes

# File lib/mlb_stats_api/config.rb, line 18
def game_types
  get '/gameTypes'
end
languages() click to toggle source

@see statsapi.mlb.com/docs/#operation/languages

# File lib/mlb_stats_api/config.rb, line 23
def languages
  get '/languages'
end
league_leader_types() click to toggle source

@see statsapi.mlb.com/docs/#operation/leagueLeaderTypes

# File lib/mlb_stats_api/config.rb, line 28
def league_leader_types
  get '/leagueLeaderTypes'
end
metrics() click to toggle source

@see statsapi.mlb.com/docs/#operation/metrics

# File lib/mlb_stats_api/config.rb, line 33
def metrics
  get '/metrics'
end
platforms() click to toggle source

@see statsapi.mlb.com/docs/#operation/platforms

# File lib/mlb_stats_api/config.rb, line 38
def platforms
  get '/platforms'
end
positions() click to toggle source

@see statsapi.mlb.com/docs/#operation/positions

# File lib/mlb_stats_api/config.rb, line 43
def positions
  get '/positions'
end
roster_types() click to toggle source

@see statsapi.mlb.com/docs/#operation/rosterTypes

# File lib/mlb_stats_api/config.rb, line 48
def roster_types
  get '/rosterTypes'
end
schedule_event_types() click to toggle source

@see statsapi.mlb.com/docs/#operation/scheduleEventTypes

# File lib/mlb_stats_api/config.rb, line 53
def schedule_event_types
  get '/scheduleEventTypes'
end
situation_codes() click to toggle source

@see statsapi.mlb.com/docs/#operation/sitCodes

# File lib/mlb_stats_api/config.rb, line 58
def situation_codes
  get '/situationCodes'
end
standings_types() click to toggle source

@see statsapi.mlb.com/docs/#operation/standingsTypes

# File lib/mlb_stats_api/config.rb, line 63
def standings_types
  get '/standingsTypes'
end
stat_groups() click to toggle source

@see statsapi.mlb.com/docs/#operation/statGroups

# File lib/mlb_stats_api/config.rb, line 68
def stat_groups
  get '/statGroups'
end
stat_types() click to toggle source

@see statsapi.mlb.com/docs/#operation/statTypes

# File lib/mlb_stats_api/config.rb, line 73
def stat_types
  get '/statTypes'
end