jillesvangurp / kt-search

Multi platform kotlin client for Elasticsearch & Opensearch with easily extendable Kotlin DSLs for queries, mappings, bulk, and more.
MIT License
100 stars 22 forks source link

[FEAT] add user configurable query params and headers #7

Closed jillesvangurp closed 2 years ago

jillesvangurp commented 2 years ago

Allow users to specify additional query parameters and headers on all search APIs.

jillesvangurp commented 2 years ago

added extraParams. If we ever need it, extraHeaders should not be that hard.