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