class BtcPay::Client::Api::Server

Constants

PATH

Public Instance Methods

info(**opts) click to toggle source

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

# File lib/btcpay/client/api/server.rb, line 10
def info(**opts)
  client.get(path('info'), options: opts)
end

Protected Instance Methods

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