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

Ensure correcty tying of API key's restrictSources parameter #477

Closed aseure closed 4 years ago

aseure commented 4 years ago

The restrictSources of API keys should be typed as:

This parameter does not support array of strings as a valid type.

nunomaduro commented 4 years ago

The Python API client don't have those types.