virustotal_POST: POST for the Current V3 API

View source: R/virustotal.R

virustotal_POSTR Documentation

POST for the Current V3 API

Description

POST for the Current V3 API

Usage

virustotal_POST(
  query = list(),
  path = path,
  body = NULL,
  key = Sys.getenv("VirustotalToken"),
  ...
)

Arguments

query

query list

path

path to the specific API service url

body

file

key

A character string containing Virustotal API Key. The default is retrieved from Sys.getenv("VirustotalToken").

...

Additional arguments passed to POST.

Value

list


themains/virustotal documentation built on May 12, 2023, 12:57 p.m.