m
hi! We are working on building out a SpiceDB integration for our webserver use. Thanks for making this framework happen! Most of our work is done in Python. We are digging through the library now, but examples seem somewhat lacking within the library. Do you have any additional resources using authzed-py? It would greatly speed up our development. Thanks in advance!
v
y
@Mark all of the libs are relatively thin wrappers around gRPC clients, which are generated
the best reference I've found for usage is the protobuf documentation: https://buf.build/authzed/api/docs/main:authzed.api.v1
and then it's basically understanding how the protobuf shapes map onto grpc-python incantations
m
I see. I can work with the protobuf docs for now. Would be smoother with more worked-out python examples though. Thanks!