Method: MLBStatsAPI::Drafts#draft_latest

Defined in:
lib/mlb_stats_api/drafts.rb

#draft_latest(year, options = {}) ⇒ Object

View latest player drafted, endpoint best used when draft is currently open.



22
23
24
# File 'lib/mlb_stats_api/drafts.rb', line 22

def draft_latest(year, options = {})
  get "/draft/#{year}/latest", options
end