sdk-generator
sdk-generator copied to clipboard
OpenFGA Client SDK Generator
## Description Adds initial OpenTelemetry metrics to the .NET SDK ## References Generates: https://github.com/openfga/dotnet-sdk/pull/69 ## Review Checklist - [x] I have clicked on ["allow edits by maintainers"](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork). - [x] I...
### Checklist - [X] I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md). ### Describe the problem you'd like to have solved As some of our upstream services...
## Description This PR includes the Generator changes necessary to provide a client with request timeout in seconds in the Python SDK. ## References https://github.com/openfga/python-sdk/issues/118 ## Review Checklist * [x]...
### Checklist - [X] I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md). ### Describe the problem you'd like to have solved Currently tests are inconsistent between the...
### Checklist - [X] I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md). ### Describe the problem you'd like to have solved FGA users can incur a latency...
### Checklist - [X] I have looked into the [README](https://github.com/openfga/sdk-generator/blob/main/README.md) and have not found a suitable solution or answer. - [X] I have looked into the [documentation](https://openfga.dev/docs) and have not...
The `OpenFgaApi` methods that need a storeId should start accepting `StoreId` as the first parameter. This would allow us to drop the custom patches we have (e.g. JS SDK [here](https://github.com/openfga/sdk-generator/blob/main/config/clients/js/patches/add-missing-first-param.patch)),...
### Checklist - [X] I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md). ### Describe the problem you'd like to have solved The Java SDK should support specifying...
### Checklist - [X] I have looked into the [README](https://github.com/openfga/sdk-generator/blob/main/README.md) and have not found a suitable solution or answer. - [X] I have looked into the [documentation](https://openfga.dev/docs) and have not...
Hello, I'd like to request you to consider adding an official SDK for the Rust language. The openapi-generator supports Rust and generally generates sane code (including async support if the...