Sha256: 95813e687a00f64de748d7bd251a78e43e5814df5f9d37b8bbfb2e2901a523b5
Contents?: true
Size: 456 Bytes
Versions: 181
Compression:
Stored size: 456 Bytes
Contents
module Katello module Resources module Candlepin class CandlepinPing < CandlepinResource class << self def ping response = get('/candlepin/status').body JSON.parse(response).with_indifferent_access end def distributor_versions response = get("/candlepin/distributor_versions").body JSON.parse(response) end end end end end end
Version data entries
181 entries across 181 versions & 1 rubygems