Sha256: 4f1f9ce4d9c76a589227a2a75db5a171e68ca9a83464288ccf33113a80fd7bea
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
# frozen_string_literal: true module HybridAnalysis module Clients class Feed < Client # # access a JSON feed (summary information) of last 250 reports from 24h # # @return [Hash] # def latest _get("/feed/latest") { |json| json } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hybridanalysisx-0.1.0 | lib/hybridanalysis/clients/feed.rb |