Ruby

Below is an example of making an HTTP request to Manies Healthchecks from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://pulse.manie.uk/ping/your-uuid-here'))