Ruby

Below is an example of making an HTTP request to Octubre HC from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://healthchecks.octubre.org.ar/ping/your-uuid-here'))