Mateen Kasim

Results 2 comments of Mateen Kasim

Any progress on this? I'm testing out spicedb for the first time, trying to make calls from within a k8s cluster, and I'd prefer using this client over the HTTP...

`InsecureClient` works like a charm – thank you! The new `init_stubs` method made it easy to add the `HealthStub`, too. ```python from authzed.api.v1 import InsecureClient from grpc_health.v1.health_pb2_grpc import HealthStub from...