Class: ArkEcosystem::Client::API::One::Loader
- Defined in:
- lib/arkecosystem/client/api/one/loader.rb
Overview
Methods for the Loader API
Instance Method Summary collapse
-
#autoconfigure ⇒ Faraday::Response
Get the loader configuration.
-
#status ⇒ Faraday::Response
Get the loader status.
-
#sync ⇒ Faraday::Response
Get the loader syncing status.
Methods inherited from Base
Constructor Details
This class inherits a constructor from ArkEcosystem::Client::API::Base
Instance Method Details
permalink #autoconfigure ⇒ Faraday::Response
Get the loader configuration.
29 30 31 |
# File 'lib/arkecosystem/client/api/one/loader.rb', line 29 def autoconfigure @client.get('loader/autoconfigure') end |
permalink #status ⇒ Faraday::Response
Get the loader status.
15 16 17 |
# File 'lib/arkecosystem/client/api/one/loader.rb', line 15 def status @client.get('loader/status') end |
permalink #sync ⇒ Faraday::Response
Get the loader syncing status.
22 23 24 |
# File 'lib/arkecosystem/client/api/one/loader.rb', line 22 def sync @client.get('loader/status/sync') end |