From 771f481b65f81f28d34875e0e8da2a1583714f25 Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Tue, 25 Jun 2024 14:59:06 -0700 Subject: [PATCH 1/3] addresources Signed-off-by: Heather Halter --- _clients/python-low-level.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/_clients/python-low-level.md b/_clients/python-low-level.md index 894bef0e38..f7ab8f2f4a 100644 --- a/_clients/python-low-level.md +++ b/_clients/python-low-level.md @@ -8,9 +8,15 @@ redirect_from: # Low-level Python client -The OpenSearch low-level Python client (`opensearch-py`) provides wrapper methods for the OpenSearch REST API so that you can interact with your cluster more naturally in Python. Rather than sending raw HTTP requests to a given URL, you can create an OpenSearch client for your cluster and call the client's built-in functions. For the client's complete API documentation and additional examples, see the [`opensearch-py` API documentation](https://opensearch-project.github.io/opensearch-py/). +The OpenSearch low-level Python client (`opensearch-py`) provides wrapper methods for the OpenSearch REST API so that you can interact with your cluster more naturally in Python. Rather than sending raw HTTP requests to a given URL, you can create an OpenSearch client for your cluster and call the client's built-in functions. -This getting started guide illustrates how to connect to OpenSearch, index documents, and run queries. For the client source code, see the [`opensearch-py` repo](https://github.com/opensearch-project/opensearch-py). +This getting started guide illustrates how to connect to OpenSearch, index documents, and run queries. For additional information, see the following resources: +- OpenSearch Python repo: https://github.com/opensearch-project/opensearch-py +- API reference: https://opensearch-project.github.io/opensearch-py/api-ref.html +- User guides: https://github.com/opensearch-project/opensearch-py/tree/main/guides +- Samples: https://github.com/opensearch-project/opensearch-py/tree/main/samples + +If you have any questions or would like to contribute, you can [create an issue](https://github.com/opensearch-project/opensearch-py/issues ) to interact with the OpenSearch Python team directly. ## Setup From dde762846a2a701f3d4baf2c685359f129508011 Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Tue, 25 Jun 2024 15:11:19 -0700 Subject: [PATCH 2/3] fixedlinks Signed-off-by: Heather Halter --- _clients/python-low-level.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_clients/python-low-level.md b/_clients/python-low-level.md index f7ab8f2f4a..13f7b71ad6 100644 --- a/_clients/python-low-level.md +++ b/_clients/python-low-level.md @@ -11,10 +11,10 @@ redirect_from: The OpenSearch low-level Python client (`opensearch-py`) provides wrapper methods for the OpenSearch REST API so that you can interact with your cluster more naturally in Python. Rather than sending raw HTTP requests to a given URL, you can create an OpenSearch client for your cluster and call the client's built-in functions. This getting started guide illustrates how to connect to OpenSearch, index documents, and run queries. For additional information, see the following resources: -- OpenSearch Python repo: https://github.com/opensearch-project/opensearch-py -- API reference: https://opensearch-project.github.io/opensearch-py/api-ref.html -- User guides: https://github.com/opensearch-project/opensearch-py/tree/main/guides -- Samples: https://github.com/opensearch-project/opensearch-py/tree/main/samples +- [OpenSearch Python repo](https://github.com/opensearch-project/opensearch-py) +- [API reference](https://opensearch-project.github.io/opensearch-py/api-ref.html) +- [User guides](https://github.com/opensearch-project/opensearch-py/tree/main/guides) +- [Samples](https://github.com/opensearch-project/opensearch-py/tree/main/samples) If you have any questions or would like to contribute, you can [create an issue](https://github.com/opensearch-project/opensearch-py/issues ) to interact with the OpenSearch Python team directly. From 7561ec1db79d50e060353a49ac6342e07ae192d9 Mon Sep 17 00:00:00 2001 From: Melissa Vagi Date: Fri, 28 Jun 2024 11:53:15 -0600 Subject: [PATCH 3/3] Update _clients/python-low-level.md Signed-off-by: Melissa Vagi --- _clients/python-low-level.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_clients/python-low-level.md b/_clients/python-low-level.md index 13f7b71ad6..ba40fa3f45 100644 --- a/_clients/python-low-level.md +++ b/_clients/python-low-level.md @@ -16,7 +16,7 @@ This getting started guide illustrates how to connect to OpenSearch, index docum - [User guides](https://github.com/opensearch-project/opensearch-py/tree/main/guides) - [Samples](https://github.com/opensearch-project/opensearch-py/tree/main/samples) -If you have any questions or would like to contribute, you can [create an issue](https://github.com/opensearch-project/opensearch-py/issues ) to interact with the OpenSearch Python team directly. +If you have any questions or would like to contribute, you can [create an issue](https://github.com/opensearch-project/opensearch-py/issues) to interact with the OpenSearch Python team directly. ## Setup