algoliasearch-client-scala
algoliasearch-client-scala copied to clipboard
Ensure correcty tying of API key's restrictIndices parameter
The restrictIndices
of API keys should be typed as:
- an array of strings OR
- a comma-separated string
Both format should be handled at serialization/deserialization time.