virustotal_GET: GET for the Current V3 API

Description Usage Arguments Value

View source: R/virustotal.R

Description

GET for the Current V3 API

Usage

1
2
3
4
5
6
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


virustotal documentation built on Nov. 4, 2021, 9:08 a.m.