openfga / sdk-generator

OpenFGA Client SDK Generator
Apache License 2.0
16 stars 43 forks source link

feat(java): Initialize Java SDK #158

Closed booniepepper closed 1 year ago

booniepepper commented 1 year ago

Introduces a Java SDK generated with make setup-new-sdk

Description

References

Closes #152 Closes #157

Review Checklist

srose commented 1 year ago

This looks awesome! How could I contribute?

booniepepper commented 1 year ago

Thanks Sebastian, I'll hopefully be getting this into a functional state very soon. After that I think the most useful contribution would be testing it out.

I'm trying to balance:

  1. Design choices from OpenAPI generator
  2. Similarity to other OpenFGA SDKs
  3. Familiar idiomatic Java patterns