Method: Vodpod::Connection#post

Defined in:
lib/vodpod/connection.rb

#post(*args) ⇒ Object

Request via POST



40
41
42
# File 'lib/vodpod/connection.rb', line 40

def post(*args)
  request :post, *args
end