Module vt3::public_api

source ·
Expand description

VirusTotal API v3 Clean & Simple interface to access the VirusTotal v3 Public & Enterprise REST api’s.

§Available feature flags

  • hunting
  • feeds
  • enterprise
use vt3;

let vt_client = vt3::VtClient::new("YOUR API KEY");

Modules§