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

fix(iterators): encode path parameters #546

Closed shortcuts closed 2 years ago

shortcuts commented 2 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Need Doc update no

Describe your change

We now encode the path using the endpoint method (like we do in the Client transporter calls).

What problem is this fixing?

Path parameters in the iterators were not encoded.