class HybridAnalysis::Clients::Feed

Public Instance Methods

latest() click to toggle source

access a JSON feed (summary information) of last 250 reports from 24h

@return [Hash]

# File lib/hybridanalysis/clients/feed.rb, line 11
def latest
  _get("/feed/latest") { |json| json }
end