Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REST high-level client: remove index suffix from indices client method names #28263

Commits on Jan 17, 2018

  1. REST high-level client: remove index suffix from indices client metho…

    …d names
    
    Today, the way to call them API under the indices namespace is by doing e.g. `client.indices().createIndex()`. Our spec define the API under the indices namespace as e.g. `indices.create`, hence there is no need to repeat the index suffix for each method as that is already defined by the namespace. Using the `index` suffix in each method was an oversight which must be corrected.
    javanna committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    53ffa66 View commit details
    Browse the repository at this point in the history