opensearch-project / opensearch-php

Official PHP Client for OpenSearch
Other
91 stars 54 forks source link

[FEATURE] Make raw JSON REST requests to OpenSearch #166

Closed dblock closed 3 months ago

dblock commented 8 months ago

Is your feature request related to a problem?

Coming from https://github.com/opensearch-project/opensearch-clients/issues/62, add support for making raw JSON requests.

What solution would you like?

Add a high level DSL, e.g. client.get and client.post.