virustotal_GET {virustotal}R Documentation

GET for the Current V3 API

Description

GET for the Current V3 API

Usage

virustotal_GET(
  query = list(),
  path = path,
  key = Sys.getenv("VirustotalToken"),
  ...
)

Arguments

query

query list

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 GET.

Value

list


[Package virustotal version 0.2.2 Index]