Module: Swagger::Shell::ApiPost

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

Instance Method Summary collapse

Instance Method Details

#post(message = {}) ⇒ Object



10
11
12
# File 'lib/swagger/shell/api_struct.rb', line 10

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