algolia / algoliasearch-client-python

⚡️ A fully-featured and blazing-fast Python API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/python/?language=python
MIT License
196 stars 67 forks source link

Rename `replaceExistingSynonyms` to `clearExistingSynonyms` #516

Closed chloelbn closed 2 years ago

chloelbn commented 3 years ago

The parameter replaceExistingSynonyms in the saveSynonyms method is inconsistent with the rest of our API. We should rename it to clearExistingSynonyms. Backward-compatibility should be kept in mind