33 34 35 36
# File 'lib/fotmob.rb', line 33 def get_team(team_id) json = URI.open(TEAMS_URL+team_id).read symbolize_json(json) end