GET for the v2 API
virustotal2_GET(
query = list(),
path = path,
key = Sys.getenv("VirustotalToken"),
...
)
query list
path to the specific API service url
A character string containing Virustotal API Key. The default is retrieved from Sys.getenv("VirustotalToken")
.
Additional arguments passed to GET
.
list