Method: Bnm::API.itunes

Defined in:
lib/bnm/api.rb

.itunes(artists) ⇒ Object



5
6
7
8
9
# File 'lib/bnm/api.rb', line 5

def self.itunes(artists)
  artists.map do |artist|
    artist_response = artist_api_call(artist)
  end
end