Method: Swagger::Shell::ApiPost#post

Defined in:
lib/swagger/shell/api_struct.rb

#post(message = {}) ⇒ Object



12
13
14
# File 'lib/swagger/shell/api_struct.rb', line 12

def post(message = {})
  _post(api_url, message)
end