elastic / elasticsearch-rs

Official Elasticsearch Rust Client
https://www.elastic.co/guide/en/elasticsearch/client/rust-api/current/index.html
Apache License 2.0
695 stars 71 forks source link

Update to Elasticsearch master REST specs #104

Closed russcam closed 4 years ago

russcam commented 4 years ago

This PR updates the REST specs to those on Elasticsearch master branch. This is in preparation for clients CI for the client where integration tests will run against specific branches, so the client branches should track against upstream:

etc.