algoliasearch-client-scala
algoliasearch-client-scala copied to clipboard
feat: add index exists method
The spec and tests for this new method are described here: https://github.com/algolia/algoliasearch-client-specs/pull/26
Here's the doc PR to update once it's done: https://github.com/algolia/doc/pull/3399
Since this method is not a simple request/response to Algolia and need to include a bit of logic in the Executable
instance of the code, I'm not sure we want to implement this for now. I'm labelling it as Breaking change
for now. Let me know if you disagree on this @Ant-hem
Couldn't we implement it in the AlgoliaSyncHelper
?