Sha256: 312cc17640ac9fe05e1a9b5e4bad2fbde63f2b6e9530bcdcf6e2a03388a97003

Contents?: true

Size: 373 Bytes

Versions: 12

Compression:

Stored size: 373 Bytes

Contents

require 'net/http'
require 'json'
require 'active_support' # required
require 'active_support/core_ext/hash/conversions' # for Hash.from_xml
require 'active_support/core_ext/string/inflections' # for demodulize

require 'yt/annotations/for'

module Yt
  module Annotations
    # Auto-load For to have the easy syntax Yt::Annotations.for(video_id).
    extend For
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
yt-annotations-2.0.0 lib/yt/annotations.rb
yt-annotations-1.4.2 lib/yt/annotations.rb
yt-annotations-1.4.1 lib/yt/annotations.rb
yt-annotations-1.4.0 lib/yt/annotations.rb
yt-annotations-1.3.2 lib/yt/annotations.rb
yt-annotations-1.3.1 lib/yt/annotations.rb
yt-annotations-1.3.0 lib/yt/annotations.rb
yt-annotations-1.2.3 lib/yt/annotations.rb
yt-annotations-1.2.2 lib/yt/annotations.rb
yt-annotations-1.2.1 lib/yt/annotations.rb
yt-annotations-1.2.0 lib/yt/annotations.rb
yt-annotations-1.1.0 lib/yt/annotations.rb