Below is an example of making a HTTP request to X-EYE from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://eye.xeung.tech/ping/your-uuid-here'))