Sha256: 4f27270d416f7d57fa8b246b7a1c778f4b37489aeeff15992d84226f0f786692

Contents?: true

Size: 234 Bytes

Versions: 14

Compression:

Stored size: 234 Bytes

Contents

module Beatport
  module Catalog
    class Autocomplete < Item
      def self.query(query, options = {})
        options['query'] = query
      
        Client.retrieve 'autocomplete', Autocomplete, options
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
beatport-0.4.0 lib/beatport/catalog/autocomplete.rb
beatport-0.3.0 lib/beatport/catalog/autocomplete.rb
beatport-0.2.3 lib/beatport/catalog/autocomplete.rb
beatport-0.2.2 lib/beatport/catalog/autocomplete.rb
beatport-0.2.1 lib/beatport/catalog/autocomplete.rb
beatport-0.2.0 lib/beatport/catalog/autocomplete.rb
beatport-0.1.10 lib/beatport/catalog/autocomplete.rb
beatport-0.1.9 lib/beatport/catalog/autocomplete.rb
beatport-0.1.8 lib/beatport/catalog/autocomplete.rb
beatport-0.1.7 lib/beatport/catalog/autocomplete.rb
beatport-0.1.6 lib/beatport/catalog/autocomplete.rb
beatport-0.1.5 lib/beatport/catalog/autocomplete.rb
beatport-0.1.3 lib/beatport/catalog/autocomplete.rb
beatport-0.1.2 lib/beatport/catalog/autocomplete.rb