Added client-level REST helpers. (#544)

* Added client-level REST helpers.

Signed-off-by: dblock <[email protected]>

* Move functions into an .http namespace.

Signed-off-by: dblock <[email protected]>

* Poetry update in samples.

Signed-off-by: dblock <[email protected]>

* Fix: typo.

Signed-off-by: dblock <[email protected]>

* Clarified what to use in which older versions.

Signed-off-by: dblock <[email protected]>

---------

Signed-off-by: dblock <[email protected]>
This commit is contained in:
Daniel (dB.) Doubrovkine
2023-11-13 12:52:13 -08:00
committed by GitHub
parent da436cbbe8
commit e68b9e762d
16 changed files with 1102 additions and 159 deletions
+1
View File
@@ -21,6 +21,7 @@ titlesonly:
maxdepth: 1
---
clients/http_client
clients/cat_client
clients/cluster_client
clients/dangling_indices_client
@@ -0,0 +1,5 @@
# Http Client
```{eval-rst}
.. autoclass:: opensearchpy.client.http.HttpClient
```