algolia / algoliasearch-client-scala

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

feat: add index exists method #535

Open sarahdayan opened 5 years ago

sarahdayan commented 5 years ago

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

sarahdayan commented 5 years ago

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

aseure commented 5 years ago

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

Ant-hem commented 5 years ago

Couldn't we implement it in the AlgoliaSyncHelper?