lib/stf/client.rb in stf-client-0.2.2 vs lib/stf/client.rb in stf-client-0.2.3
- old
+ new
@@ -44,15 +44,15 @@
response = execute "/api/v1/user/devices/#{serial}", Net::HTTP::Delete
return response.success
end
def start_debug(serial)
- response = execute "/api/v1//user/devices/#{serial}/remoteConnect", Net::HTTP::Post
+ response = execute "/api/v1/user/devices/#{serial}/remoteConnect", Net::HTTP::Post
return response
end
def stop_debug(serial)
- response = execute "/api/v1//user/devices/#{serial}/remoteConnect", Net::HTTP::Delete
+ response = execute "/api/v1/user/devices/#{serial}/remoteConnect", Net::HTTP::Delete
return response.success
end
private
\ No newline at end of file