any reason <https://github.com/ory/keto-client-go>...
# talk-keto
c
any reason https://github.com/ory/keto-client-go doesn't expose the proto? Don't really fancy having to add ory/keto dep as a whole
s
that one is the autogenerated openapi spec client
you can just add
<http://github.com/ory/keto/proto|github.com/ory/keto/proto>
😉
c
can it not contain the grpc stuff too?
s
it is a submodule
c
didn't realise it was submodule 😛 thanks
s
can it not contain the grpc stuff too?
will make our CI super complex
why do you need both at the same time anyways? they offer the same capabilities right?
c
I only need the proto 🙂
s
ah ok 😉
c
didn't realise was submodule and didn't want whole of keto in there aha 🙂 thanks
s
understandable, but that's why it is a submodule 😉
c
guessing for Java it is best to use http lib?
s
no idea how grpc works in java...
but you could generate the client from the proto files yourself