typesense-python
typesense-python copied to clipboard
Missing endpoint support for cluster operations
The Python client has no support for cluster operations like metrics, health and stats although they are documented :)
Until this gets better support, this can be achieved by calling API directly, e.g.:
-
client.api_call.get('/collections') -
client.api_call.get('/metrics.json')