Method: AudioAddict::API#post

Defined in:
lib/audio_addict/api.rb

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



29
30
31
# File 'lib/audio_addict/api.rb', line 29

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