module Consul::Client

Top-level client name space. All public entry points are via this module.

Constants

NULL_LOGGER

Default logger that silences all diagnostic output.

ResponseException

Any non-successful response from Consul will result in this error being thrown.

Public Class Methods

v1() click to toggle source

Provides builders that support V1 of the Consul HTTP API. @return [Consul::Client::V1]

# File lib/consul/client.rb, line 16
def self.v1
  V1.new
end