class Homophone::Service::Spotify

Public Instance Methods

get(url) click to toggle source
# File lib/homophone/service.rb, line 23
def get(url)
  JSON.parse(self.class.get(url).body)
end