class Lastfmiefy::Client::Core
Public Class Methods
albums(api_key, params)
click to toggle source
# File lib/lastfmiefy/client/core.rb, line 5 def albums(api_key, params) Lastfmiefy::Client::Service::Album.fetch(params.merge!(api_key: api_key)) end
artists(api_key, params)
click to toggle source
# File lib/lastfmiefy/client/core.rb, line 9 def artists(api_key, params) Lastfmiefy::Client::Service::Artist.fetch(params.merge!(api_key: api_key)) end