Class: OctaSpace::Resources::Network
- Defined in:
- lib/octaspace/resources/network.rb
Overview
Network information endpoint
Instance Method Summary collapse
-
#info ⇒ OctaSpace::Response
Fetch combined network information (blockchain, market, nodes, power, etc.) GET /network.
Methods inherited from Base
Constructor Details
This class inherits a constructor from OctaSpace::Resources::Base
Instance Method Details
#info ⇒ OctaSpace::Response
Fetch combined network information (blockchain, market, nodes, power, etc.) GET /network
13 14 15 |
# File 'lib/octaspace/resources/network.rb', line 13 def info get("/network") end |