Below is an example of making an HTTP request to T-shock Automatizace from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://hc.vps1.t-shock.eu/ping/your-uuid-here'))