lib/gamelocker_api.rb in gamelocker_api-0.1.2 vs lib/gamelocker_api.rb in gamelocker_api-0.1.3
- old
+ new
@@ -35,9 +35,13 @@
def matches(match_params = {})
request("matches", match_params)
end
+ def telemetry(telemetry_url)
+ Telemetry.new(telemetry_url)
+ end
+
# def samples(samples_params = {})
# request("samples", samples_params)
# end
private