Class: BtcPay::Client::Api::Health
- Defined in:
- lib/btcpay/client/api/health.rb
Constant Summary collapse
- PATH =
'/health'
Instance Method Summary collapse
- #status(**opts) ⇒ Object (also: #get, #info)
Methods inherited from Service
Constructor Details
This class inherits a constructor from BtcPay::Client::Service
Instance Method Details
#status(**opts) ⇒ Object Also known as: get, info
10 11 12 |
# File 'lib/btcpay/client/api/health.rb', line 10 def status(**opts) client.get(path, options: opts) end |