Sha256: db6a340ce9ac7db1ef9eac537550fa62576971b85a584bcc67a9d74d0af0c1e0
Contents?: true
Size: 229 Bytes
Versions: 29
Compression:
Stored size: 229 Bytes
Contents
# frozen_string_literal: true module Typesense class Health RESOURCE_PATH = '/health' def initialize(api_call) @api_call = api_call end def retrieve @api_call.get(RESOURCE_PATH) end end end
Version data entries
29 entries across 29 versions & 1 rubygems