Module: Metascan
- Defined in:
- lib/metascan.rb,
lib/metascan/scan.rb,
lib/metascan/batch.rb,
lib/metascan/client.rb
Defined Under Namespace
Constant Summary collapse
- PATHS =
Paths to use for api calls.
{ :scan_file => "https://scan.metascan-online.com/v2/file", :results_by_data_id => "https://scan.metascan-online.com/v2/file", :results_by_file_hash => "https://hashlookup.metascan-online.com/v2/hash" }