File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 37
37
BaseAsyncNode ,
38
38
BaseNode ,
39
39
HttpxAsyncHttpNode ,
40
+ NodeApiResponse ,
40
41
RequestsHttpNode ,
41
42
Urllib3HttpNode ,
42
43
)
76
77
"JsonSerializer" ,
77
78
"ListApiResponse" ,
78
79
"NdjsonSerializer" ,
80
+ "NodeApiResponse" ,
79
81
"NodeConfig" ,
80
82
"NodePool" ,
81
83
"NodeSelector" ,
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ def perform_request(
191
191
:class:`elastic_transport.ConnectionError`,
192
192
:class:`elastic_transport.ConnectionTimeout`,
193
193
:class:`elastic_transport.TlsError`
194
- :rtype: Tuple[ApiResponseMeta , bytes]
194
+ :rtype: Tuple[NodeApiResponse , bytes]
195
195
:returns: Metadata about the request+response and the raw
196
196
decompressed bytes from the HTTP response body.
197
197
"""
You can’t perform that action at this time.
0 commit comments