module Falconz::APIs::Key

Public Instance Methods

current_key() click to toggle source

return information about the used API key www.hybrid-analysis.com/docs/api/v2#/Key/get_key_current

# File lib/falconz/apis/key.rb, line 6
def current_key
  get_request("/key/current")
end