opensearch-project / opensearch-php

Official PHP Client for OpenSearch
Other
99 stars 56 forks source link

Generating Endpoints from OpenSearch API Specification #193

Closed saimedhi closed 4 months ago

saimedhi commented 4 months ago

Description

Generating Endpoints from OpenSearch API Specification

Issues Resolved

Related to #97

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.

dblock commented 4 months ago

(Summarizing a discussion we had offline.)

1) Make this PR just the generator (remove the generated files so we can just review the generator code changes). 2) Make a separate PR with a GitHub workflow that automatically runs the generator and makes PRs for the changes.

Iterate on the generator incrementally (1) until (2) can be merged without breaking anything in the client. Then we merge (2).

saimedhi commented 4 months ago

Closing this PR as suggested.