Below is an example of making an HTTP request to LSC Datahub from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://cron.datahub.lsc-badhomburg.de/ping/your-uuid-here'))