algoliasearch-client-python icon indicating copy to clipboard operation
algoliasearch-client-python copied to clipboard

Feature Request: Support Places search API

Open sxalexander opened this issue 5 years ago • 0 comments
trafficstars

  • Algolia Client Version: 2.4.0
  • Language Version: Python 3.7

Description

The python client does not yet support the Places API. There's not a current official python implementation of this feature.

https://community.algolia.com/places/api-clients.html

Steps To Reproduce

from algoliasearch.places_client import PlacesClient
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'algoliasearch.places_client'

sxalexander avatar Oct 21 '20 21:10 sxalexander