Method: AudioAddict::API#get
- Defined in:
- lib/audio_addict/api.rb
#get(path, args = {}) ⇒ Object
26 27 28 |
# File 'lib/audio_addict/api.rb', line 26 def get(path, args = {}) response http.get "/#{network}/#{path}", headers: headers, body: args end |