Method: HalcyonAPI::Client#telemetry
- Defined in:
- lib/halcyon_api/client.rb
#telemetry(url) ⇒ OpenStruct
Gets telemtry data from a specified URL
131 132 133 |
# File 'lib/halcyon_api/client.rb', line 131 def telemetry(url) get_request(URI(url), true, false) end |