algolia / algoliasearch-client-java

⚡️ A fully-featured and blazing-fast Java API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/java/
MIT License
46 stars 33 forks source link

fix: expose http transport for custom requests #760

Closed aallam closed 3 years ago

aallam commented 3 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Related Issue n/a
Need Doc update no

Describe your change

HttpTransport methods are package visible, this PR is to make them public, allowing custom requests.