Method: HalcyonAPI::Client#match
- Defined in:
- lib/halcyon_api/client.rb
#match(match_id) ⇒ OpenStruct
Gets data for a single match
88 89 90 |
# File 'lib/halcyon_api/client.rb', line 88 def match(match_id) get_request(shard_endpoint_uri("matches/#{match_id}")) end |