Sha256: a033793ebb1de599386622eabc4f7883f4b0f4c93c12ecd4908923955e51e227
Contents?: true
Size: 254 Bytes
Versions: 4
Compression:
Stored size: 254 Bytes
Contents
module Falconz module APIs module Key # return information about the used API key # https://www.hybrid-analysis.com/docs/api/v2#/Key/get_key_current def current_key get_request("/key/current") end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
falconz-1.1.1 | lib/falconz/apis/key.rb |
falconz-1.1.0 | lib/falconz/apis/key.rb |
falconz-1.0.2 | lib/falconz/apis/key.rb |
falconz-1.0.1 | lib/falconz/apis/key.rb |