Method: AudioAddict::API#get

Defined in:
lib/audio_addict/api.rb

#get(path, args = {}) ⇒ Object



25
26
27
# File 'lib/audio_addict/api.rb', line 25

def get(path, args={})
  response http.get "/#{network}/#{path}", headers: headers, body: args
end