Method: ElasticWeb::Client::Connection#get

Defined in:
lib/elasticweb/client/connection.rb

#get(path, options = {}) ⇒ Object



5
6
7
# File 'lib/elasticweb/client/connection.rb', line 5

def get(path, options = {})
  request :get, path, options
end