This commit is contained in:
aetter 2021-08-19 14:38:30 -07:00
parent 9ce5d95786
commit 30facfe628
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ nav_order: 70
# Python client # Python client
The OpenSearch Python client provides a more natural syntax for interacting with your cluster. Rather than sending HTTP requests raw JSON bodies to a given URL, you can create an OpenSearch client for your cluster and call the client's built-in functions. The OpenSearch Python client provides a more natural syntax for interacting with your cluster. Rather than sending HTTP requests with raw JSON bodies to a given URL, you can create an OpenSearch client for your cluster and call the client's built-in functions.
## Setup ## Setup