virustotal2_GET: Base POST AND GET functions. Not exported.

View source: R/virustotal.R

virustotal2_GETR Documentation

Base POST AND GET functions. Not exported.

Description

GET for the v2 API

Usage

virustotal2_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


soodoku/virustotal documentation built on May 13, 2023, 2:37 a.m.