Method: CFoundry::BaseClient#post

Defined in:
lib/cfoundry/baseclient.rb

#post(*args) ⇒ Object



69
70
71
# File 'lib/cfoundry/baseclient.rb', line 69

def post(*args)
  request("POST", *args)
end