We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9aeaac commit 00e879eCopy full SHA for 00e879e
elasticsearch-transport/lib/elasticsearch/transport/client.rb
@@ -85,6 +85,9 @@ class Client
85
# @option arguments [String] :send_get_body_as Specify the HTTP method to use for GET requests with a body.
86
# (Default: GET)
87
#
88
+ # @option api_key [String, Hash] :api_key Use API Key Authentication, either the base64 encoding of `id` and `api_key`
89
+ # joined by a colon as a String, or a hash with the `id` and `api_key` values.
90
+ #
91
# @yield [faraday] Access and configure the `Faraday::Connection` instance directly with a block
92
93
def initialize(arguments={}, &block)
0 commit comments