We want to set a custom CA certificate.
The Config.verify parameter could be passed through to ApiCall._client instead of being just a boolean it should be a string.
There is a similar issue when this was still based on requests: #99
workaround
monkey-patch it
typesense_client.api_call._client = get_httpx_client()
We want to set a custom CA certificate.
The Config.verify parameter could be passed through to ApiCall._client instead of being just a boolean it should be a string.
There is a similar issue when this was still based on requests: #99
workaround
monkey-patch it