Skip to content

Commit

Permalink
feat: further type hinting improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Mar 1, 2025
1 parent 355c6eb commit 502fa8e
Show file tree
Hide file tree
Showing 146 changed files with 12,969 additions and 14,172 deletions.
1,666 changes: 376 additions & 1,290 deletions openfga_sdk/api/open_fga_api.py

Large diffs are not rendered by default.

962 changes: 138 additions & 824 deletions openfga_sdk/api_client.py

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion openfga_sdk/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
"""

from openfga_sdk.client.client import OpenFgaClient
from openfga_sdk.client.configuration import ClientConfiguration
from openfga_sdk.client.configuration import Configuration, ClientConfiguration
from openfga_sdk.client.models.check_request import ClientCheckRequest


__all__ = [
"OpenFgaClient",
"Configuration",
"ClientConfiguration",
"ClientCheckRequest",
]
Loading

0 comments on commit 502fa8e

Please sign in to comment.