virustotal2_POST: POST for V2 API
Description
POST for V2 API
Usage
virustotal2_POST(
query = list(),
path = path,
body = NULL,
key = Sys.getenv("VirustotalToken"),
...
)
Arguments
path
path to the specific API service url
key
A character string containing Virustotal API Key. The default is retrieved from Sys.getenv("VirustotalToken")
.
…
Additional arguments passed to POST
.