opensearch-project / opensearch-php

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

Enhanced Generator Code to generate Endpoints using OpenSearch API Specifications #194

Closed saimedhi closed 4 months ago

saimedhi commented 4 months ago

Description

Enhanced Generator Code to generate Endpoints using OpenSearch API Specifications.

php util/GenerateEndpoints.php   (to run the generator)
composer run php-cs            (to format)

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.

saimedhi commented 4 months ago

@shyim, @dblock, @VachaShah please take a look. Thank you.