Module: Falconz::APIs::Key
- Included in:
- Client
- Defined in:
- lib/falconz/apis/key.rb
Instance Method Summary collapse
-
#current_key ⇒ Object
return information about the used API key www.hybrid-analysis.com/docs/api/v2#/Key/get_key_current.
Instance Method Details
#current_key ⇒ Object
return information about the used API key www.hybrid-analysis.com/docs/api/v2#/Key/get_key_current
6 7 8 |
# File 'lib/falconz/apis/key.rb', line 6 def current_key get_request("/key/current") end |