opensearch-project / opensearch-java

Java Client for OpenSearch
Apache License 2.0
105 stars 169 forks source link

Regenerate request/response for the `info` operation #1026

Closed Xtansia closed 2 weeks ago

Xtansia commented 2 weeks ago

Description

Regenerating the request/response classes for the info operation as a very simple/minimal first pass. Currently generating the actual client methods is skipped as need a good mechanism to combine the fully generated methods with the pre-existing ones. Will make a follow up PR for handing client method generation

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.