Below is an example of making an HTTP request to P!NG from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://ping.coderman.dev/ping/your-uuid-here'))