Lines Matching refs:api

12 Starting from version `7.4.0`, all the endpoints (and namespaces) are autogenerated using the [util/GenerateEndpoints.php](https://github.com/elastic/elasticsearch-php/blob/master/util/GenerateEndpoints.php) script. This script reads the [Elasticsearch API specs](https://github.com/elastic/elasticsearch/tree/master/rest-api-spec/src/main/resources/rest-api-spec/api) and generated the PHP classes for all the endpoints.
18 - [Graph explorer](https://www.elastic.co/guide/en/elasticsearch/reference/current/graph-explore-api.html)
19 - [Info](https://www.elastic.co/guide/en/elasticsearch/reference/current/info-api.html)
23 - [Migration](https://www.elastic.co/guide/en/elasticsearch/reference/current/migration-api.html)
26 - [Security](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api.html)
27 - [Snapshot lifecycle management](https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshot-lifecycle-management-api.html)
29 - [Usage](https://www.elastic.co/guide/en/elasticsearch/reference/current/usage-api.html)
30 - [Watcher](https://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api.html)
100 [Full documentation can be found here.](https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html) Docs are stored within the repo under /docs/, so if you see a typo or problem, please submit a PR to fix it!
459 Check out the rest of the [Documentation](https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html) to see how the entire client works.