lib/taric/operation/spectator.rb in taric-1.0.0.pre.beta.0 vs lib/taric/operation/spectator.rb in taric-1.0.0
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
require_relative 'endpoint_template'
module Taric
module Operation
module Spectator
CURRENT_GAME_V3 = EndpointTemplate.new(template_url: 'https://{host}/lol/spectator/v3/active-games/by-summoner/{summonerId}{?api_key}')