Class: HybridAnalysis::Clients::Feed
- Defined in:
- lib/hybridanalysis/clients/feed.rb
Constant Summary
Constants inherited from Client
Client::BASE_URL, Client::DEFAULT_UA, Client::HOST, Client::VERSION
Instance Attribute Summary
Attributes inherited from Client
Instance Method Summary collapse
-
#latest ⇒ Hash
access a JSON feed (summary information) of last 250 reports from 24h.
Methods inherited from Client
Constructor Details
This class inherits a constructor from HybridAnalysis::Clients::Client
Instance Method Details
#latest ⇒ Hash
access a JSON feed (summary information) of last 250 reports from 24h
11 12 13 |
# File 'lib/hybridanalysis/clients/feed.rb', line 11 def latest _get("/feed/latest") { |json| json } end |