opensearch-project / opensearch-ruby

Ruby Client for OpenSearch
Apache License 2.0
93 stars 47 forks source link

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

Closed dblock closed 10 months ago

dblock commented 11 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?

  1. Document perform_request, similar to https://github.com/opensearch-project/opensearch-py/pull/542
  2. Add a high level DSL, e.g. client.get and client.post.