opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
350 stars 175 forks source link

APIs with Method differences(Generated vs Existing Python client) #500

Closed saimedhi closed 1 year ago

saimedhi commented 1 year ago
Module API existing client has generated client has
Async/init create PUT POST
Async/init put_script PUT POST
Async/cluster put_component_template PUT POST
Async/indices refresh POST GET
Async/indices flush POST GET
Async/indices clone PUT POST
Async/indices put_mapping PUT POST
Async/indices put_alias PUT POST
Async/indices put_template PUT POST
Async/indices shrink PUT POST
Async/indices split PUT POST
Async/indices put_index_template PUT POST
Async/snapshot create PUT POST
Async/snapshot create_repository PUT POST