opensearch-project / opensearch-clients

For all things about OpenSearch clients.
Apache License 2.0
9 stars 10 forks source link

OpenSearch Spec and Client Generation Roadmap #58

Closed VachaShah closed 4 months ago

VachaShah commented 1 year ago

This issue describes a roadmap for generating API specs and clients for OpenSearch. Each issue linked has a detailed description of the part.

Client Generators

[1] - https://github.com/opensearch-project/OpenSearch/tree/main/rest-api-spec/src/main/resources/rest-api-spec/test

dblock commented 1 year ago

I opened https://github.com/opensearch-project/opensearch-api-specification/issues/84 for API versioning. I think we may want to resolve that one earlier than later in order to enable clients to have a strong schema against various versions and flavors of OpenSearch.

VachaShah commented 1 year ago

I opened opensearch-project/opensearch-api-specification#84 for API versioning. I think we may want to resolve that one earlier than later in order to enable clients to have a strong schema against various versions and flavors of OpenSearch.

Makes sense. Moving it up the list.

dblock commented 4 months ago

Closing this in favor of #19 which encompasses most work here.