Module: VtApi::ApiV2
- Defined in:
- lib/vt_api/api/v2.rb,
lib/vt_api/api/v2/url.rb,
lib/vt_api/api/v2/file.rb,
lib/vt_api/api/v2/comments.rb,
lib/vt_api/api/v2/essentials.rb
Overview
VT Public 2.0 API bindings
Defined Under Namespace
Modules: Comments Classes: File, URL
Class Method Summary collapse
-
.provider ⇒ ApiProvider
Get ApiProvider singleton configured for VT Public API 2.0.
Class Method Details
.provider ⇒ ApiProvider
Get ApiProvider singleton configured for VT Public API 2.0.
9 10 11 |
# File 'lib/vt_api/api/v2/essentials.rb', line 9 def self.provider @provider ||= ApiProvider.new Versions::API_V2, VtApi..adapter end |