# Generated by roxygen2: do not edit by hand

S3method(print,virustotal_domain_report)
S3method(print,virustotal_error)
S3method(print,virustotal_file_report)
S3method(print,virustotal_response)
S3method(summary,virustotal_response)
export(domain_report)
export(download_file)
export(file_report)
export(get_analysis)
export(get_behaviour_evtx)
export(get_behaviour_html)
export(get_behaviour_memdump)
export(get_behaviour_pcap)
export(get_behaviour_report)
export(get_domain_comments)
export(get_domain_info)
export(get_domain_relationship)
export(get_domain_votes)
export(get_file_behaviour_mitre_trees)
export(get_file_behaviour_summary)
export(get_file_behaviours)
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_domain)
export(rescan_file)
export(rescan_ip)
export(rescan_url)
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(checkmate,assert_numeric)
importFrom(curl,form_file)
importFrom(httr2,req_body_form)
importFrom(httr2,req_body_json)
importFrom(httr2,req_body_multipart)
importFrom(httr2,req_error)
importFrom(httr2,req_headers_redacted)
importFrom(httr2,req_method)
importFrom(httr2,req_perform)
importFrom(httr2,req_retry)
importFrom(httr2,req_throttle)
importFrom(httr2,req_timeout)
importFrom(httr2,req_url_path_append)
importFrom(httr2,req_url_query)
importFrom(httr2,req_user_agent)
importFrom(httr2,request)
importFrom(httr2,resp_body_raw)
importFrom(httr2,resp_body_string)
importFrom(httr2,resp_header)
importFrom(httr2,resp_status)
importFrom(httr2,url_parse)
importFrom(jsonlite,fromJSON)
importFrom(openssl,base64_encode)
importFrom(rlang,"%||%")
importFrom(tools,toTitleCase)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)
