# Generated by roxygen2: do not edit by hand

S3method(as.data.frame,virustotal_response)
export(add_comments)
export(domain_report)
export(download_file)
export(file_report)
export(get_domain_comments)
export(get_domain_info)
export(get_domain_relationship)
export(get_domain_votes)
export(get_file_comments)
export(get_file_download_url)
export(get_file_relationships)
export(get_file_upload_url)
export(get_file_votes)
export(get_ip_comments)
export(get_ip_info)
export(get_ip_votes)
export(get_url_comments)
export(get_url_relationships)
export(get_url_votes)
export(ip_report)
export(is_api_key_configured)
export(post_domain_comments)
export(post_domain_votes)
export(post_file_comments)
export(post_file_votes)
export(post_ip_comments)
export(post_ip_votes)
export(post_url_comments)
export(post_url_votes)
export(rescan_file)
export(scan_file)
export(scan_url)
export(set_key)
export(url_report)
export(virustotal_auth_error)
export(virustotal_domain_report)
export(virustotal_error)
export(virustotal_file_report)
export(virustotal_file_scan)
export(virustotal_info)
export(virustotal_ip_report)
export(virustotal_rate_limit_error)
export(virustotal_url_scan)
export(virustotal_validation_error)
export(virustotal_version)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_file_exists)
importFrom(dplyr,bind_rows)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,upload_file)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(rlang,.data)
importFrom(utils,packageDescription)
importFrom(utils,read.table)
