class HybridAnalysis::Clients::Key
Public Instance Methods
current()
click to toggle source
return information about the used API
key and it limits
@return [Hash]
# File lib/hybridanalysis/clients/file_collection.rb, line 96 def current _get("/key/current") { |json| json } end