openfga / sdk-generator

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

fix(dotnet): allow case with empty read body #234

Closed adriantam closed 1 year ago

adriantam commented 1 year ago

Description

Do not serialize default value. As such, if read request is provided without any body, it will not serialize tuple_key field.

References

Close https://github.com/openfga/dotnet-sdk/issues/31

Review Checklist