mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 21:18:31 +00:00
* Add "client-api-objects" dependency for xpack plugin and transport-client This adds another gradle project, "client-api-objects" which is intended to be a common dependency so that the xpack plugin and transport-client can share the same Request and Response objects. Relates to elastic/x-pack-elasticsearch#2925 Original commit: elastic/x-pack-elasticsearch@a6d83299d0
5 lines
158 B
Markdown
5 lines
158 B
Markdown
# Client API objects
|
|
|
|
This is a common dependency of the `xpack` and `transport-client` projects so
|
|
they can share the same `Request` and `Response` objects.
|