feat: python SDK - #22
Merged
Merged
Conversation
Member
Author
|
To FIX: The generated SDK README's create_store has the wrong text |
rhamzeh
requested changes
Aug 24, 2022
Member
Author
This is fixed. |
3 tasks
rhamzeh
requested changes
Aug 29, 2022
rhamzeh
requested changes
Aug 29, 2022
rhamzeh
requested changes
Aug 29, 2022
rhamzeh
requested changes
Aug 29, 2022
rhamzeh
reviewed
Aug 29, 2022
rhamzeh
reviewed
Sep 8, 2022
The API did not use store_id. Instead, it has body of create store request.
Update based on code review comment to allow better control of README examples.
adriantam
force-pushed
the
feat/python_new
branch
from
September 8, 2022 17:09
85cc6b4 to
f518886
Compare
rhamzeh
previously approved these changes
Sep 21, 2022
feat: python SDK adding retry to OpenFGA upon 429
rhamzeh
approved these changes
Sep 23, 2022
4 tasks
SoulPancake
pushed a commit
that referenced
this pull request
Nov 20, 2025
<!-- Thanks for opening a PR! Here are some quick tips: If this is your first time contributing, [read our Contributing Guidelines](https://github.com/openfga/.github/blob/main/CONTRIBUTING.md) to learn how to create an acceptable PR for this repo. By submitting a PR to this repository, you agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md) If your PR is under active development, please submit it as a "draft". Once it's ready, open it up for review. --> <!-- Provide a brief summary of the changes --> ## Description <!-- Provide a detailed description of the changes --> ## References <!-- Provide a list of any applicable references here (Github Issue, [OpenFGA RFC](https://github.com/openfga/rfcs), other PRs, etc..) --> Closes #22 ## 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). - [ ] I have added documentation for new/changed functionality in this PR or in a PR to [openfga.dev](https://github.com/openfga/openfga.dev) [Provide a link to any relevant PRs in the references section above] - [x] The correct base branch is being used, if not `main` - [ ] I have added tests to validate that the change in functionality is working as expected
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Provide initial version of Python SDK. It has all features of other SDK except the authentication piece.
References
Review Checklist
main