authzed / authzed-java

Official SpiceDB client library for JVM languages
https://docs.authzed.com/reference/api
Apache License 2.0
19 stars 8 forks source link

Publish Javadoc for Generated Java Bindings for Protobuf API #74

Closed Ceiu closed 7 months ago

Ceiu commented 7 months ago

At the time of writing, it seems the only way to get the Javadoc for the generated bindings from the protobuf API -- that is, everything from the com.authzed.api.v1 package -- is to check out the repo and build them locally. While this works, it's a somewhat tedious flow for users who do not intend to make changes and only want to use the published library from public repos (i.e. Maven).

It would make transitioning from the provided examples to self-written code a little smoother if the Javadoc were more readily available.

samkim commented 7 months ago

@Ceiu FYI javadocs will be published here now: https://authzed.github.io/authzed-java