class Lastfmiefy::Client::Params

Public Class Methods

normalize(params, method) click to toggle source
# File lib/lastfmiefy/client/params.rb, line 4
def self.normalize(params, method)
  params.merge!(
      {
        format: 'json',
        method: method
      }
  )
end