Module: VirustotalAPI

Defined in:
lib/virustotal_api/base.rb,
lib/virustotal_api/ip.rb,
lib/virustotal_api/uri.rb,
lib/virustotal_api/url.rb,
lib/virustotal_api/file.rb,
lib/virustotal_api/user.rb,
lib/virustotal_api/group.rb,
lib/virustotal_api/domain.rb,
lib/virustotal_api/version.rb,
lib/virustotal_api/analysis.rb,
lib/virustotal_api/exceptions.rb

Overview

The base VirustotalAPI module.

Defined Under Namespace

Classes: Analysis, Base, Domain, File, Group, IP, RateLimitError, URL, Unauthorized, User

Constant Summary collapse

URI =

The API base URI

'https://www.virustotal.com/api/v3'
VERSION =

The GEM version

'0.1.7'