-
Notifications
You must be signed in to change notification settings - Fork 44
Generating a new SDK for OpenFGA
Justin "J.R." Hill edited this page Dec 20, 2023
·
2 revisions
Thanks for your interest in generating a new SDK for the OpenFGA project.
Note: Conventions like
camelCase
andPascalCase
style are used for identifiers in this wiki. SDKs should use identifier conventions from their language, and convert these as necessary. For example,apiUrl
will beapi_url
in Python.