Closed adriantam closed 9 months ago
Some of the README examples are incorrect in that double slash // are used in place of # as comments.
//
#
The offending lines are
Ideally, we will also fix the SDK generator here and here so that newly generated python SDKs will have the corresponding changes. This is tracked as https://github.com/openfga/sdk-generator/issues/126. However, if that is difficult to do, simply focusing on the Python SDK side https://github.com/openfga/python-sdk/blob/main/README.md will help us as well.
i can do that
We have a PR (#30) fixing this already from another community member, but thank you for your interest!
Some of the README examples are incorrect in that double slash
//
are used in place of#
as comments.The offending lines are
Ideally, we will also fix the SDK generator here and here so that newly generated python SDKs will have the corresponding changes. This is tracked as https://github.com/openfga/sdk-generator/issues/126. However, if that is difficult to do, simply focusing on the Python SDK side https://github.com/openfga/python-sdk/blob/main/README.md will help us as well.