Skip to content

Commit

Permalink
No tests for this feature hope it works
Browse files Browse the repository at this point in the history
  • Loading branch information
igorgue committed Jul 24, 2011
1 parent 147067d commit 3939ff3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/fanfeedr.rb
Expand Up @@ -52,6 +52,10 @@ def boxscore event
request_json('get', "events/#{event.id}/boxscore")
end

def get_event_results_by_id id
request_json('get', "events/#{id}")
end

def ssl?
@ssl
end
Expand Down

0 comments on commit 3939ff3

Please sign in to comment.