Below is an example of making a HTTP request to DryCron from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://cron.drycat.fr/ping/your-uuid-here'))