Sha256: 1c152b02c371e98dfa03119bb3165ac7c9e793986ceeccd670bbe9bb25ad0671

Contents?: true

Size: 248 Bytes

Versions: 5

Compression:

Stored size: 248 Bytes

Contents

module Intown
  class Artist < Client
    class << self
      def fetch(params)
        identifier = artist_identifier(params)
        response = get("/artists/#{identifier}", options)
        process_response(response)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
intown-0.2 lib/intown/artist.rb
intown-0.1.6 lib/intown/artist.rb
intown-0.1.5 lib/intown/artist.rb
intown-0.1.4 lib/intown/artist.rb
intown-0.1.3 lib/intown/artist.rb