algoliasearch-client-scala icon indicating copy to clipboard operation
algoliasearch-client-scala copied to clipboard

feat: add index exists method

Open sarahdayan opened this issue 5 years ago • 3 comments

The spec and tests for this new method are described here: https://github.com/algolia/algoliasearch-client-specs/pull/26

sarahdayan avatar Jul 05 '19 11:07 sarahdayan

Here's the doc PR to update once it's done: https://github.com/algolia/doc/pull/3399

sarahdayan avatar Jul 11 '19 08:07 sarahdayan

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

aseure avatar Oct 07 '19 12:10 aseure

Couldn't we implement it in the AlgoliaSyncHelper?

Ant-hem avatar Oct 07 '19 13:10 Ant-hem