class BtcPay::Client::Api::Health

Constants

PATH

Public Instance Methods

get(**opts)
Alias for: status
info(**opts)
Alias for: status
status(**opts) click to toggle source

@see docs.btcpayserver.org/API/Greenfield/v1/#operation/Health_GetHealth

# File lib/btcpay/client/api/health.rb, line 10
def status(**opts)
  client.get(path, options: opts)
end
Also aliased as: get, info

Protected Instance Methods

set_base_path() click to toggle source
# File lib/btcpay/client/api/health.rb, line 19
def set_base_path
  @base_path = PATH
end