Method: ArkEcosystem::Client::API::One::Loader#sync
- Defined in:
- lib/arkecosystem/client/api/one/loader.rb
#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 |