Ruby

Below is an example of making an HTTP request to Life Is Hard HealthChecks from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://hc.lifeishard.ro/ping/your-uuid-here'))