lib/elasticsearch/api/namespace/common.rb in elasticsearch-api-8.14.0 vs lib/elasticsearch/api/namespace/common.rb in elasticsearch-api-8.15.0

- old
+ new

@@ -19,11 +19,10 @@ module API module Common module Actions; end module Client - # Base client wrapper # module Base attr_reader :client @@ -36,9 +35,8 @@ # def perform_request(method, path, params={}, body=nil, headers=nil, request_opts={}) client.perform_request method, path, params, body, headers, request_opts end end - end end end