Method: MLBStatsAPI::Drafts#draft_prospects
- Defined in:
- lib/mlb_stats_api/drafts.rb
#draft_prospects(year, options = {}) ⇒ Object
View draft eligible prospects by year.
15 16 17 |
# File 'lib/mlb_stats_api/drafts.rb', line 15 def draft_prospects(year, = {}) get "/draft/#{year}/prospects", end |