Skip to content

Generating a new SDK for OpenFGA

Justin "J.R." Hill edited this page Dec 20, 2023 · 2 revisions

Generating a new SDK for OpenFGA

Thanks for your interest in generating a new SDK for the OpenFGA project.

Note: Conventions like camelCase and PascalCase 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 be api_url in Python.