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

If available, ensure that Analytics' regions are "us" and "de" (not "eu") #581

Open aseure opened 4 years ago

aseure commented 4 years ago

We've recently discovered that at least one API client was exposing "eu" as a valid region for the Analytics client implementation, which is wrong. Only the following regions are available at the moment to the Analytics client:

Haroenv commented 3 years ago

only .us seems to be available

https://github.com/algolia/algoliasearch-client-scala/blob/aa3fa2f55c3439117294c08a14a61c45fd59938b/src/main/scala/algolia/AlgoliaClient.scala#L97-L101