Add link to api doc (#169)

Signed-off-by: Philip May <[email protected]>
This commit is contained in:
Philip May
2022-06-09 12:14:37 -07:00
committed by GitHub
parent 76f2b60d11
commit 3add044c21
+2 -1
View File
@@ -11,6 +11,7 @@ OpenSearch Python Client
- [Welcome!](#welcome)
- [Getting Started](#getting-started)
- [API Doc](https://opensearch-project.github.io/opensearch-py/)
- [Compatibility with OpenSearch](#compatibility-with-opensearch)
- [Project Resources](#project-resources)
- [Code of Conduct](#code-of-conduct)
@@ -21,7 +22,7 @@ OpenSearch Python Client
**opensearch-py** is [a community-driven, open source fork](https://aws.amazon.com/blogs/opensource/introducing-opensearch/)
of elasticsearch-py licensed under the [Apache v2.0 License](https://github.com/opensearch-project/opensearch-py/blob/main/LICENSE.txt).
For more information, see [opensearch.org](https://opensearch.org/).
For more information, see [opensearch.org](https://opensearch.org/) and the [API Doc](https://opensearch-project.github.io/opensearch-py/).
This is the low-level client. A high-level Python client is in the works, and will be available soon.