OpenSearch/client/rest-high-level
Tanguy Leroux b3819e7f30 Make RestHighLevelClient's Request class public (#26627)
Request class is currently package protected, making it difficult for
the users to extend the RestHighLevelClient and to use its protected
methods to execute requests. This commit makes the Request class public
and changes few methods of RestHighLevelClient to be protected.
2017-09-20 11:36:10 +02:00
..
src Make RestHighLevelClient's Request class public (#26627) 2017-09-20 11:36:10 +02:00
build.gradle Forbid direct usage of ContentType.create() methods (#26457) 2017-09-06 09:58:46 +02:00