opensearch-project / opensearch-net

OpenSearch .NET Client
Apache License 2.0
102 stars 49 forks source link

[FEATURE] Extend API generation to generate request/response bodies #668

Open Xtansia opened 3 months ago

Xtansia commented 3 months ago

Is your feature request related to a problem?

Currently the API generator generates the client methods, url paths & query parameters, but the details of the request and response bodies must be handwritten.

What solution would you like?

The API generator should be expanded to generate the properties of the request and response bodies.