typesense-python icon indicating copy to clipboard operation
typesense-python copied to clipboard

Missing endpoint support for cluster operations

Open zopyx opened this issue 4 years ago • 2 comments

The Python client has no support for cluster operations like metrics, health and stats although they are documented :)

zopyx avatar Jan 11 '22 17:01 zopyx

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')

DominikSerafin avatar Oct 27 '22 00:10 DominikSerafin