Below is an example of making an HTTP request to JanusHealth from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://tools.janus74.ru/ping/your-uuid-here'))